CustomTaskPaneCollection.Item 屬性
取得在指定之索引中的 CustomTaskPane。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
語法
'宣告
ReadOnly Default Property Item ( _
index As Integer _
) As CustomTaskPane
CustomTaskPane this[
int index
] { get; }
參數
- index
型別:System.Int32
要取得的 CustomTaskPane 之以零起始的索引。
屬性值
型別:Microsoft.Office.Tools.CustomTaskPane
在指定索引處的 CustomTaskPane。
例外狀況
例外狀況 | 條件 |
---|---|
ObjectDisposedException | 已經在 CustomTaskPaneCollection 上呼叫過 Dispose 方法。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。