Partager via


TextMarkerTag.Type, propriété

Obtient le type d'ornement à utiliser.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Le type d'ornement à l'utiliser.

Implémentations

ITextMarkerTag.Type

Sécurité .NET Framework

Voir aussi

Référence

TextMarkerTag Classe

Microsoft.VisualStudio.Text.Tagging, espace de noms