IVsaEngine.Items Property

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
    Get
IVsaItems Items { get; }
property IVsaItems^ Items {
    IVsaItems^ get ();
}
abstract Items : IVsaItems
function get Items () : IVsaItems

Property Value

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

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace