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 a value that specifies whether to generate a Globals partial class that contains a static reference to the HostItem.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
Property GenerateGlobals As Boolean
'Usage
Dim instance As IVstaHostItem
Dim value As Boolean
value = instance.GenerateGlobals
instance.GenerateGlobals = value
bool GenerateGlobals { get; set; }
property bool GenerateGlobals {
bool get ();
void set (bool value);
}
function get GenerateGlobals () : boolean
function set GenerateGlobals (value : boolean)
Property Value
Type: System.Boolean
true if a Globals partial class will be generated for the HostItem.
.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