IVsPersistConnectedServices.Count Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of services.
public:
property System::UInt32 Count { System::UInt32 get(); };
public:
property unsigned int Count { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
[System.Runtime.InteropServices.DispId(1610678273)]
public uint Count { get; }
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.Count : uint32
Public ReadOnly Property Count As UInteger
Property Value
The number of services.
- Attributes