ConnectedServiceInstance Class

Visual Studio 2015
 

A specific instance of a given service provided by the connected service provider.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
    Microsoft.VisualStudio.ConnectedServices::ConnectedServiceInstance

public ref class ConnectedServiceInstance : ConnectedServiceViewModelBase

NameDescription
System_CAPS_pubmethodConnectedServiceInstance()

Initializes a new instance of the ConnectedServiceInstance class.

NameDescription
System_CAPS_pubpropertyInstanceId

Gets a unique ID for the service instance.

System_CAPS_pubpropertyMetadata

Gets metadata for the service instance used by the service provider and the service consumer.

System_CAPS_pubpropertyName

Gets or sets the human readable display name of the service instance.

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(String^)

Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.(Inherited from ConnectedServiceViewModelBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: