VsaLoader.Items Property

Definition

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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.

Implements

Applies to