ConnectedServiceInstance Class
A specific instance of a given service provided by the connected service provider.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceInstance
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceInstance() | Initializes a new instance of the ConnectedServiceInstance class. |
| Name | Description | |
|---|---|---|
![]() | InstanceId | Gets a unique ID for the service instance. |
![]() | Metadata | Gets metadata for the service instance used by the service provider and the service consumer. |
![]() | Name | Gets or sets the human readable display name of the service instance. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.) |
![]() | Dispose(Boolean) | (Inherited from ConnectedServiceViewModelBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String^) | Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | 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.



