ConnectedServiceInstance Class
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.
A specific instance of a given service provided by the connected service provider.
public ref class ConnectedServiceInstance : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceInstance : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
public class ConnectedServiceInstance : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceViewModelBase
type ConnectedServiceInstance = class
inherit ConnectedServiceViewModelBase
Public Class ConnectedServiceInstance
Inherits ConnectedServiceViewModelBase
- Inheritance
Constructors
ConnectedServiceInstance() |
Initializes a new instance of the ConnectedServiceInstance class. |
Properties
InstanceId |
Gets or sets 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. |
Methods
Dispose() |
Releases all resources used by the object. (Inherited from ConnectedServiceViewModelBase) |
Dispose(Boolean) |
Releases the unmanaged resources used by the object and optionally releases the managed resources. (Inherited from ConnectedServiceViewModelBase) |
OnPropertyChanged(String) |
Notifies clients that a property value has changed. (Inherited from ConnectedServiceViewModelBase) |
Events
PropertyChanged |
Occurs when a property value changes. (Inherited from ConnectedServiceViewModelBase) |