Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that specifies whether the Globals class of the HostItem has the DebuggerNonUserCodeAttribute attribute.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Property IsGlobalsNonuserMaster As Boolean
'Usage
Dim instance As IVstaHostItem
Dim value As Boolean
value = instance.IsGlobalsNonuserMaster
instance.IsGlobalsNonuserMaster = value
bool IsGlobalsNonuserMaster { get; set; }
property bool IsGlobalsNonuserMaster {
bool get ();
void set (bool value);
}
function get IsGlobalsNonuserMaster () : boolean
function set IsGlobalsNonuserMaster (value : boolean)
Property Value
Type: System.Boolean
true if the class has the attribute.
Remarks
There can be only one class that is not marked with this attribute.
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace