VsaEngineClass.Items Property

Definition

Gets the IVsaItems collection of IVsaItem objects, which represent all items added to the script engine using the CreateItem method, including code items, reference items, and global items.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property Microsoft::Vsa::IVsaItems ^ Items { Microsoft::Vsa::IVsaItems ^ get(); };
public virtual Microsoft.Vsa.IVsaItems Items { get; }
member this.Items : Microsoft.Vsa.IVsaItems
Public Overridable ReadOnly Property Items As IVsaItems

Property Value

A collection of all items added to the script engine using the CreateItem method, including code items, reference items, and global items.

Implements

Applies to