ITypeLibExporterNameProvider.GetNames Method

Definition

Returns a list of names to control the casing of.

public:
 cli::array <System::String ^> ^ GetNames();
public string[] GetNames ();
abstract member GetNames : unit -> string[]
Public Function GetNames () As String()

Returns

String[]

An array of strings, where each element contains the name of a type to control casing for.

Remarks

Names in the array returned from this method must be unique. If a name appears twice in the array of names, even with different casing, the first occurrence takes precedence.

Applies to