IFixedTypeInfo.GetNames(Int32, String[], Int32, Int32) Method

Definition

For a description of this member, see GetNames(Int32, String[], Int32, Int32).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void GetNames(int memid, cli::array <System::String ^> ^ rgBstrNames, int cMaxNames, [Runtime::InteropServices::Out] int % pcNames);
public void GetNames (int memid, string[] rgBstrNames, int cMaxNames, out int pcNames);
abstract member GetNames : int * string[] * int * int -> unit
Public Sub GetNames (memid As Integer, rgBstrNames As String(), cMaxNames As Integer, ByRef pcNames As Integer)

Parameters

memid
Int32

Identifier for the member.

rgBstrNames
String[]

Location to return the name.

cMaxNames
Int32

The number of bytes allocated at rgBstrNames.

pcNames
Int32

Location to return the number of names.

Applies to