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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.