ITypeLibExporterNameProvider.GetNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.