ConnectedServiceWizard Class
A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceConfigurator
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceWizard
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceWizard() | Initializes a new instance of the ConnectedServiceWizard class. |
| Name | Description | |
|---|---|---|
![]() | IsFinishEnabled | Gets or sets a value indicating whether the Finish button is enabled. |
![]() | IsNextEnabled | Gets or sets a value indicating whether the Next button is enabled. |
![]() | IsPreviousEnabled | Gets or sets a value indicating whether the Previous button is enabled. |
![]() | Pages | A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project. |
| 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.) |
![]() | GetFinishedServiceInstanceAsync() | 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. |
![]() | 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.



