Share via


IVstaHostItem.IsGlobalsNonuserMaster Property

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

See Also

Reference

IVstaHostItem Interface

IVstaHostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace