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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.