共用方式為


StylusAsyncPluginCollection.Item 屬性

取得或設定 StylusAsyncPluginCollection 集合中位於指定索引的非同步外掛程式。

命名空間:  Microsoft.StylusInput
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
Public Property Item ( _
    index As Integer _
) As IStylusAsyncPlugin
'用途
Dim instance As StylusAsyncPluginCollection
Dim index As Integer
Dim value As IStylusAsyncPlugin

value = instance.Item(index)

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

參數

屬性值

型別:Microsoft.StylusInput.IStylusAsyncPlugin
要取得或設定的非同步外掛程式。

備註

這個屬性會在下列狀況下擲回例外狀況。

  • 這個屬性設定為 nullNull 參照 (即 Visual Basic 中的 Nothing) (在 Microsoft® Visual Basic® .NET 中為 Nothing)。

  • 這個屬性設定為已是集合成員的物件。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

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

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

StylusAsyncPluginCollection 類別

StylusAsyncPluginCollection 成員

Microsoft.StylusInput 命名空間