Condividi tramite


Proprietà TextMarkerTag.Type

Ottiene il tipo di area di controllo da utilizzare.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
Public Property Type As String
public string Type { get; private set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Type : string with get, private set 
override Type : string with get, private set
final function get Type () : String 
private final function set Type (value : String)

Valore proprietà

Tipo: String
Il tipo di area di controllo da utilizzare.

Implementa

ITextMarkerTag.Type

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextMarkerTag Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging