IVsConnectedServiceProperties Interface

Definition

Represents connected service properties.

public interface class IVsConnectedServiceProperties
public interface class IVsConnectedServiceProperties
__interface IVsConnectedServiceProperties
[System.Runtime.InteropServices.Guid("6ED0B110-2132-4675-9F87-7715B312CCC2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsConnectedServiceProperties
[<System.Runtime.InteropServices.Guid("6ED0B110-2132-4675-9F87-7715B312CCC2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsConnectedServiceProperties = interface
Public Interface IVsConnectedServiceProperties
Attributes

Properties

Collection

Gets the collection of connected services.

ServiceIdentity

Gets the service ID.

Methods

GetProperty(String)

Gets the specified property.

SetProperty(String, String)

Sets the specified property.

Applies to