Public Overridable Sub MFStrGetByIndex( _
ByVal As Integer, _
ByRef As String, _
ByRef As String _
)
public virtual void MFStrGetByIndex(
int ,
out string ,
out string
)
public procedure MFStrGetByIndex(
: Integer;
Out : String;
Out : String
); virtual;
public: virtual void MFStrGetByIndex(
int ,
[PARAMFLAG::Out] BSTR* ,
[PARAMFLAG::Out] BSTR*
)