ConnectedServiceSinglePage Class
A ConnectedServiceConfigurator that shows completely custom UI in a single step.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceConfigurator
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceSinglePage
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceSinglePage() | Initializes a new instance of the ConnectedServiceSinglePage class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of the page that is shown at the top of the dialog. |
![]() | DisableScrollBars | Gets or sets a value indicating whether or not the default scroll bar functionality for the page should be disabled. |
![]() | IsFinishEnabled | Gets or sets a value indicating whether the GetFinishedServiceInstanceAsync method can be invoked. |
![]() | Title | Gets or sets the title of the page that is shown at the top of the dialog. |
![]() | View | Gets or sets the WPF UI Element that describes the content of the page. |
| Name | Description | |
|---|---|---|
![]() | CreateAuthenticatorAsync() | Creates the ConnectedServiceAuthenticator that lets users to log into the service. |
![]() | 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 gestures that they are finished configuring the service and want their project updated. |
![]() | 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.



