Partilhar via


Propriedade Breakpoint3.Tag

Define ou obtém um user-defined em seqüência que identifica este ponto de interrupção.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (em EnvDTE90a.dll)

Sintaxe

'Declaração
Property Tag As String
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)

Valor de propriedade

Tipo: System.String
Um string que contém a marca de ponto de interrupção.

Comentários

Consulte Tag.

Segurança do .NET Framework

Consulte também

Referência

Breakpoint3 Interface

Sobrecargas Tag

Namespace EnvDTE90a