ContextLinkCollection コレクションに格納されている ContextLink オブジェクトの数を取得します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink.Analysis (Microsoft.Ink.Analysis.dll 内)
構文
'宣言
Public ReadOnly Property Count As Integer
'使用
Dim instance As ContextLinkCollection
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
ContextLinkCollection コレクションに格納されている ContextLink オブジェクトの数。
実装
例
この例では、ContextLinkCollection コレクションに含まれている ContextLink オブジェクトの数が取得されます。
Dim nLinks As Integer = links.Count
int nLinks = links.Count;
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0