IVsaGlobalItem Interface
Visual Studio 2010
Note: This API is now obsolete.
Describes global objects added to the script engine.
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
[ObsoleteAttribute("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("4E76D92E-E29D-46f3-AE22-0333158109F1")] public interface 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. |