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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.