Share via


HostItem.IsGlobalsNonuserMaster Property

Gets or sets a value indicating whether the master view contains a Globals class declaration.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public Property IsGlobalsNonuserMaster As Boolean
'Usage
Dim instance As HostItem 
Dim value As Boolean 

value = instance.IsGlobalsNonuserMaster

instance.IsGlobalsNonuserMaster = value
public bool IsGlobalsNonuserMaster { get; set; }
public:
virtual property bool IsGlobalsNonuserMaster {
    bool get () sealed;
    void set (bool value) sealed;
}
public final function get IsGlobalsNonuserMaster () : boolean 
public final function set IsGlobalsNonuserMaster (value : boolean)

Property Value

Type: System.Boolean
true if the HostItem contains a Globals class declaration; otherwise, false.

Implements

IVstaHostItem.IsGlobalsNonuserMaster

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace