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