IVsConnectedServiceProperties.Collection 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 collection of connected services.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsPersistConnectedServices ^ Collection { Microsoft::VisualStudio::Shell::Interop::IVsPersistConnectedServices ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsPersistConnectedServices ^ Collection { Microsoft::VisualStudio::Shell::Interop::IVsPersistConnectedServices ^ get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public Microsoft.VisualStudio.Shell.Interop.IVsPersistConnectedServices Collection { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.Collection : Microsoft.VisualStudio.Shell.Interop.IVsPersistConnectedServices
Public ReadOnly Property Collection As IVsPersistConnectedServices
Property Value
The collection of connected services.
- Attributes