Breakpoint3.Tag Свойство

Определение

Задает или возвращает пользовательскую строку, определяющую эту точку останова.

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

Значение свойства

String

Строка, содержащая тег точки останова.

Реализации

Tag
Атрибуты

Комментарии

См. раздел Tag.

Применяется к