Compartilhar via


Propriedade TextMarkerTag.Type

Obtém o tipo de adorno para usar.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
O tipo de adorno para usar.

Implementações

ITextMarkerTag.Type

Segurança do .NET Framework

Consulte também

Referência

TextMarkerTag Classe

Namespace Microsoft.VisualStudio.Text.Tagging