IJSVsaItems.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过项的索引值从集合中获取项。
重载
Item[Int32] |
通过项的索引值从集合中获取项。 |
Item[String] |
通过项的名称从集合中获取项。 |
Item[Int32]
通过项的索引值从集合中获取项。
public:
property Microsoft::JScript::Vsa::IJSVsaItem ^ default[int] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(int index); };
public Microsoft.JScript.Vsa.IJSVsaItem this[int index] { get; }
member this.Item(int) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(index As Integer) As IJSVsaItem
参数
- index
- Int32
可检索项的索引(从 0 开始)。
属性值
指定索引处的项。
适用于
Item[String]
通过项的名称从集合中获取项。
public:
property Microsoft::JScript::Vsa::IJSVsaItem ^ default[System::String ^] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(System::String ^ name); };
public Microsoft.JScript.Vsa.IJSVsaItem this[string name] { get; }
member this.Item(string) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(name As String) As IJSVsaItem
参数
- name
- String
要从集合中检索的项的名称。
属性值
按名称指定的项。