UIDataSourceCollection.Count Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Public ReadOnly Property Count As UInteger
    Get
用法
Dim instance As UIDataSourceCollection
Dim value As UInteger

value = instance.Count
public uint Count { get; }
public:
property unsigned int Count {
    unsigned int get ();
}
member Count : uint32
function get Count () : uint

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

UIDataSourceCollection Class

UIDataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace