Condividi tramite


Proprietà ClassificationTypeAttribute.ClassificationTypeNames

Ottiene o imposta il nome di questo tipo di classificazione.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
Public Property ClassificationTypeNames As String
public string ClassificationTypeNames { get; set; }
public:
property String^ ClassificationTypeNames {
    String^ get ();
    void set (String^ value);
}
member ClassificationTypeNames : string with get, set
function get ClassificationTypeNames () : String 
function set ClassificationTypeNames (value : String)

Valore proprietà

Tipo: String
Il nome del tipo.

Eccezioni

Eccezione Condizione
ArgumentNullException

Il valore viene nullriferimento null (Nothing in Visual Basic).

ArgumentOutOfRangeException

il valore è una stringa vuota.

Note

Il nome deve essere univoco tra tutti gli altri tipi di classificazione. non può essere nullriferimento null (Nothing in Visual Basic) o una stringa vuota. Tutti i nomi del tipo di classificazione viene fatta distinzione tra maiuscole e minuscole.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ClassificationTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Classification