次の方法で共有


ReadOnlyObservableSet<T>.Count Property

Gets the number of elements actually contained in the ReadOnlyObservableSet<T>.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public ReadOnly Property Count As Integer
public int Count { get; }

Property Value

Type: System.Int32
The number of elements in the set.

Implements

IReadOnlyObservableSet.Count

.NET Framework Security

See Also

Reference

ReadOnlyObservableSet<T> Class

Microsoft.VisualStudio.Shell Namespace