Share via


Proprietà TextDocument.Type

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
In CodeTypeRef oggetto.

Note

Type può restituire Nothing per linguaggi che dispongono di una nozione di un tipo predefinito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextDocument Interfaccia

Spazio dei nomi EnvDTE