WindowsCollectionClass.Item 屬性
此類型為 coclass 或 coclass 成員的包裝函式,屬性 COM 互通性中的必要項。此類別不得用於程式碼中。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(0)> _
Public Overridable ReadOnly Default Property Item ( _
<InAttribute> varIndex As Object _
) As WindowObject Implements Windows.Item
'用途
Dim instance As WindowsCollectionClass
Dim varIndex As Object
Dim value As WindowObject
value = CType(instance, Windows).Item(varIndex)
[DispIdAttribute(0)]
public virtual WindowObject Windows.this [
[InAttribute] Object varIndex
] { get; }
參數
- varIndex
請參閱
參考
WindowsCollectionClass 類別
WindowsCollectionClass 成員
Microsoft.Office.Interop.InfoPath 命名空間