This topic has not yet been rated - Rate this topic

IVsaGlobalItem Interface

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("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
Public property ExposeMembers Sets a value indicating whether the members of the global object should be made available to the script engine. [Not presently supported.]
Public property IsDirty Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation. (Inherited from IVsaItem.)
Public property ItemType Gets the specified object's type, as determined by the IVsaItems.CreateItem Method method. (Inherited from IVsaItem.)
Public property Name Sets or gets the name of the item. (Inherited from IVsaItem.)
Public property TypeString Gets or sets the type of the global item.
Top
  Name Description
Public method GetOption Gets implementation-specific options for a script engine. (Inherited from IVsaItem.)
Public method SetOption Sets implementation-specific options for a script engine. (Inherited from IVsaItem.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement