Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Sets or gets a user-defined string that identifyies this breakpoint.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
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)
Property Value
Type: System.String
A string that contains the breakpoint tag.
Remarks
See Tag.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.