Share via


HostItem.GenerateGlobals Property

Gets or sets a value indicating whether global variables are generated.

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

Syntax

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

value = instance.GenerateGlobals

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

Property Value

Type: System.Boolean
true if global variables are generated; otherwise, false.

Implements

IVstaHostItem.GenerateGlobals

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace