Recognizers.Item 屬性
取得 Recognizers 集合中位於指定索引處的 Recognizer 物件。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As Recognizer
'用途
Dim instance As Recognizers
Dim index As Integer
Dim value As Recognizer
value = instance.Item(index)
public Recognizer Item[
int index
] { get; }
public:
property Recognizer^ Item[int index] {
Recognizer^ get (int index);
}
/** @property */
public Recognizer get_Item(
int index
)
JScript 不支援索引屬性。
參數
- index
型別:System.Int32
要取得之 Recognizer 物件的索引 (以零起始)。
屬性值
型別:Microsoft.Ink.Recognizer
Recognizers 集合中位於指定索引處的 Recognizer 物件。
備註
如果 index 與 Recognizers 集合的現有成員不相符,則會擲回 ArgumentOutOfRangeException (英文)。
注意事項: |
---|
在 C# 中,請使用集合的索引子 (如下列範例所示),而不要使用集合的 Item 屬性。 |
範例
這個 C# 範例會從 Recognizers 集合 theRecognizers 中取得第一個 Recognizer 物件。
Microsoft.Ink.Recognizer theFirstRecognizer = theRecognizers[0];
這個 Microsoft® Visual Basic® .NET 範例會從 Recognizers 集合 theRecognizers 中取得第一個 Recognizer 物件。
Dim theFirstRecognizer As Microsoft.Ink.Recognizer = theRecognizers.Item(0)
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0