ContextLinkBaseCollection.Count - свойство
Обновлен: Ноябрь 2007
Gets the number of ContextLinkBase objects that are contained in the ContextLinkBaseCollection.
Пространство имен: 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
The number of ContextLinkBase objects that are contained in the ContextLinkBaseCollection.
Реализации
Примеры
The following example gets the number of links in a ContextLinkBaseCollection, links.
Dim nLinks As Integer = links.Count
int nLinks = links.Count;
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
ContextLinkBaseCollection Класс