共用方式為


ContextLinkCollection.Item 屬性

取得 ContextLinkCollection 內位於指定索引處的 ContextLink 物件。

命名空間:  System.Windows.Ink
組件:  IAWinFX (在 IAWinFX.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As ContextLink
'用途
Dim instance As ContextLinkCollection
Dim index As Integer
Dim value As ContextLink

value = instance.Item(index)
public ContextLink Item[
    int index
] { get; }
public:
property ContextLink^ Item[int index] {
    ContextLink^ get (int index);
}
/** @property */
public ContextLink get_Item(
    int index
)
JScript 不支援索引屬性。

參數

屬性值

型別:System.Windows.Ink.ContextLink
ContextLinkCollection 內位於指定索引處的 ContextLink 物件。

備註

您可以使用集合的索引子 (Indexer) 存取 Item 屬性,如本主題的範例所示。

如果索引與 ContextLinkCollection 集合的現有成員不相符,則會擲回 [ArgumentOutOfRangeException]。

範例

下列範例會取得 ContextLinkCollection (links) 內的第一個節點。

Dim firstLink As ContextLink = links(0)
ContextLink firstLink = links[0];

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ContextLinkCollection 類別

ContextLinkCollection 成員

System.Windows.Ink 命名空間