Breakpoint3.Tag Propriedade

Definição

Define ou obtém uma cadeia de caracteres definida pelo usuário que identifica esse ponto de interrupção.

public:
 property System::String ^ Tag { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(114)]
public string Tag { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.Tag : string with get, set
Public Property Tag As String

Valor da propriedade

String

Uma cadeia de caracteres que contém a marca de ponto de interrupção.

Implementações

Tag
Atributos

Comentários

Consulte Tag.

Aplica-se a