取得 ContextLinkBaseCollection 內含的 ContextLinkBase 物件數目。
命名空間: System.Windows.Ink.AnalysisCore
組件: IACore (在 IACore.dll 中)
語法
'宣告
Public ReadOnly Property Count As Integer
'用途
Dim instance As ContextLinkBaseCollection
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
ContextLinkBaseCollection 內含的 ContextLinkBase 物件數目。
實作
範例
下列範例會取得 ContextLinkBaseCollection (links) 中的連結數目。
Dim nLinks As Integer = links.Count
int nLinks = links.Count;
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0