IVsaEngine.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.

public:
 property Microsoft::Vsa::IVsaItems ^ Items { Microsoft::Vsa::IVsaItems ^ get(); };
public Microsoft.Vsa.IVsaItems Items { get; }
member this.Items : Microsoft.Vsa.IVsaItems
Public 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.

Applies to