Condividi tramite


Proprietà IContentType.TypeName

Ottiene il nome del tipo di contenuto.

Spazio dei nomi:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Sintassi

'Dichiarazione
ReadOnly Property TypeName As String
string TypeName { get; }
property String^ TypeName {
    String^ get ();
}
abstract TypeName : string with get
function get TypeName () : String

Valore proprietà

Tipo: String
Il nome del tipo di contenuto.

Note

questo nome deve essere univoco e non deve essere nullriferimento null (Nothing in Visual Basic). I confronti eseguiti su questo nome non viene fatta distinzione tra maiuscole e minuscole.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IContentType Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Utilities