VsaEngine.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
属性值
使用 CreateItem 方法添加到脚本引擎的所有项的集合,包括代码项、引用项和全局项。A collection of all items added to the script engine using the CreateItem method, including code items, reference items, and global items.