StylusAsyncPluginCollection.Count プロパティ
StylusAsyncPluginCollection コレクションに格納されている IStylusAsyncPlugin オブジェクトの数を取得します。
名前空間 : Microsoft.StylusInput
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public ReadOnly Property Count As Integer
'使用
Dim instance As StylusAsyncPluginCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count()
public final function get Count () : int
プロパティ値
型 : System.Int32
StylusAsyncPluginCollection コレクションに格納されている IStylusAsyncPlugin オブジェクトの数。
実装
プラットフォーム
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
StylusAsyncPluginCollection クラス