_Type.Name Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà Name.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valore della proprietà

Nome di Type.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite dal codice non gestito e non deve essere chiamata dal codice gestito.

La MemberInfo.Name proprietà ottiene il nome dell'oggetto Type.

Si applica a