Windows.Item[Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从WindowsCollection集合中获取对指定WindowObject对象的引用。
public:
property Microsoft::Office::Interop::InfoPath::SemiTrust::WindowObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SemiTrust::WindowObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject
Default Public ReadOnly Property Item(varIndex As Object) As WindowObject
参数
- varIndex
- Object
一个指定集合成员位置的 WindowsCollection 表达式。 参数必须是从 0 到集合 Count 的 属性值减去 1 的数字。
属性值
示例
由于 Item 属性是集合的默认属性 WindowsCollection ,因此可按如下所示使用:
Window2 firstWindow;
firstWindow = thisApplication.Windows[0];
注解
如果为 varIndex
参数提供的值与集合的任何现有成员都不匹配,则会发生错误。
设置对 Item 属性返回的 WindowObject 对象的引用后,可以访问其任何属性和方法。
重要说明:可以不受限制地访问此成员。