Proprietà TypeIdentifier.Name

Ottiene il nome del tipo.

Spazio dei nomi:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Nome del tipo.Se la proprietà XmlNamespace è nullriferimento null (Nothing in Visual Basic), si tratta di un nome del tipo CLR completo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TypeIdentifier Struttura

Spazio dei nomi Microsoft.Windows.Design.Metadata