ConnectedServiceGrid Class

Visual Studio 2015
 

A ConnectedServiceProvider service that shows a grid of instances, where a single instance can be chosen to add to the current project.

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


public ref class ConnectedServiceGrid abstract : ConnectedServiceConfigurator

NameDescription
System_CAPS_protmethodConnectedServiceGrid()

Initializes a new instance of the ConnectedServiceGrid class.

NameDescription
System_CAPS_pubpropertyCanConfigureService

Gets or sets a value indicating whether instances of this service can be configured through the connected service provider.

System_CAPS_pubpropertyCanConfigureServiceInstance

Gets or sets a value indicating whether instances of this service can be configured through the connected service provider.

System_CAPS_pubpropertyCanCreateServiceInstance

Gets or sets a value to use as the text of the control for the users to create a new instance.

System_CAPS_pubpropertyColumnMetadata

Gets the keys and display strings for metadata to show as columns in the service instance list.

System_CAPS_pubpropertyConfigureServiceInstanceText

Gets or sets a value to use as the text of the control for the users to configure an instance.

System_CAPS_pubpropertyConfigureServiceText

Gets or sets a value to use as the text of the control for the users to configure the service.

System_CAPS_pubpropertyCreateServiceInstanceText

Gets or sets a value to use as the text of the control for the users to create a new instance.

System_CAPS_pubpropertyDescription

Gets or sets a value to display under the title of the dialog.

System_CAPS_pubpropertyDetailMetadata

Gets the keys and display strings for metadata to show in the property pane (to the right) when an instance is selected from the service instance list.

System_CAPS_pubpropertyEnumeratingServiceInstancesText

Gets or sets a value to display while Connected Services is attempting to retrieve the service instances.

System_CAPS_pubpropertyGridHeaderText

Gets or sets a value to display directly above the grid.

System_CAPS_pubpropertyNoServiceInstancesText

Gets or sets a Stringto display when no instances are available because the enumeration returned no instances.

System_CAPS_pubpropertyServiceInstanceNameLabelText

Gets or sets a value to display as the column header or label for the service instance name.

NameDescription
System_CAPS_pubmethodConfigureServiceAsync(CancellationToken)

Configure a service either through a dialog or linking to the configure web page.

System_CAPS_pubmethodConfigureServiceInstanceAsync(ConnectedServiceInstance^, CancellationToken)

Configures a service instance either through a dialog or linking to the configure web page.

System_CAPS_pubmethodCreateAuthenticatorAsync()

Creates the ConnectedServiceAuthenticator that allows users to log into the service.

System_CAPS_pubmethodCreateServiceInstanceAsync(CancellationToken)

Creates a new instance of the service.

System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEnumerateServiceInstancesAsync(CancellationToken)

Get a list of all of the service instances for the currently authenticated user, if any.

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.)

For any string property you can return null to use the default text.  In order to not display text, return Empty.

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: