IVsaEngine.Items Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Items As IVsaItems
IVsaItems Items { get; }
property IVsaItems^ Items {
    IVsaItems^ get ();
}
abstract Items : IVsaItems with get
function get Items () : IVsaItems

Property Value

Type: Microsoft.Vsa.IVsaItems
Returns a IVsaItems collection.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace