IVsConnectedServiceProperties Interface

 

Represents connected service properties.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6ED0B110-2132-4675-9F87-7715B312CCC2")]
public interface IVsConnectedServiceProperties

NameDescription
System_CAPS_pubpropertyCollection

Gets the collection of connected services.

System_CAPS_pubpropertyServiceIdentity

Gets the service ID.

NameDescription
System_CAPS_pubmethodGetProperty(String)

Gets the specified property.

System_CAPS_pubmethodSetProperty(String, String)

Sets the specified property.

Return to top
Show: