ConnectedServiceInstance Class

Definition

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
ConnectedServiceInstance

Constructors

ConnectedServiceInstance()

Initializes a new instance of the ConnectedServiceInstance class.

Properties

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.

Methods

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean) (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)

Applies to