This documentation is archived and is not being maintained.
IVsaGlobalItem Interface
Visual Studio 2013
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Note: This API is now obsolete.
Describes global objects added to the script engine.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [GuidAttribute(L"4E76D92E-E29D-46f3-AE22-0333158109F1")] public interface class IVsaGlobalItem : IVsaItem
The IVsaGlobalItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExposeMembers | Sets a value indicating whether the members of the global object should be made available to the script engine. [Not presently supported.] |
![]() | IsDirty | Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation. (Inherited from IVsaItem.) |
![]() | ItemType | Gets the specified object's type, as determined by the IVsaItems.CreateItem Method method. (Inherited from IVsaItem.) |
![]() | Name | Sets or gets the name of the item. (Inherited from IVsaItem.) |
![]() | TypeString | Gets or sets the type of the global item. |
Show:
