Share via


IVsaGlobalItem Interface

Describes global objects added to the script engine.

public: __interface IVsaGlobalItem : IVsaItem;
public interface IVsaGlobalItem : IVsaItem;
Public: Interface IVsaGlobalItem, IVsaItem

Properties

The following table shows the properties of the IVsaGlobalItem interface.

Property

Description

ExposeMembers

Sets whether the members of the global object should be made available to the script engine. [Not presently supported.]

TypeString

Gets or sets the type of the global item.

Methods

The IVsaGlobalItem interface has no methods.

Remarks

Global objects are host-provided items that are available throughout a program by name, and do not need to be qualified.

Use this interface to reference and manage global items.

Requirements

DLL: Microsoft.Vsa.dll

See Also

Reference

IVsaCodeItem Interface

IVsaItem Interface

IVsaReferenceItem Interface