Breakpoint3.Tag, propriété
Définit ou obtient une chaîne définie par l'utilisateur qui identifie ce point d'arrêt.
Espace de noms : EnvDTE90a
Assembly : EnvDTE90a (dans EnvDTE90a.dll)
Syntaxe
'Déclaration
Property Tag As String
Get
Set
string Tag { get; set; }
property String^ Tag {
String^ get ();
void set (String^ value);
}
abstract Tag : string with get, set
function get Tag () : String
function set Tag (value : String)
Valeur de propriété
Type : System.String
Chaîne qui contient la balise de point d'arrêt.
Implémentations
Notes
Consultez Tag.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.