ConnectedServiceWizard Class

Visual Studio 2015
 

A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.

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


public ref class ConnectedServiceWizard abstract : ConnectedServiceConfigurator

NameDescription
System_CAPS_protmethodConnectedServiceWizard()

Initializes a new instance of the ConnectedServiceWizard class.

NameDescription
System_CAPS_pubpropertyIsFinishEnabled

Gets or sets a value indicating whether the Finish button is enabled.

System_CAPS_pubpropertyIsNextEnabled

Gets or sets a value indicating whether the Next button is enabled.

System_CAPS_pubpropertyIsPreviousEnabled

Gets or sets a value indicating whether the Previous button is enabled.

System_CAPS_pubpropertyPages

A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.

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_pubmethodGetFinishedServiceInstanceAsync()

The method that is invoked when the user clicks the Finish button. This method will return a service instance that is passed to the ConnectedServiceHandler.

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: