ConnectedServiceSinglePage Class

Visual Studio 2015
 

A ConnectedServiceConfigurator that shows completely custom UI in a single step.

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


public ref class ConnectedServiceSinglePage abstract : ConnectedServiceConfigurator

NameDescription
System_CAPS_protmethodConnectedServiceSinglePage()

Initializes a new instance of the ConnectedServiceSinglePage class.

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of the page that is shown at the top of the dialog.

System_CAPS_pubpropertyDisableScrollBars

Gets or sets a value indicating whether or not the default scroll bar functionality for the page should be disabled.

System_CAPS_pubpropertyIsFinishEnabled

Gets or sets a value indicating whether the GetFinishedServiceInstanceAsync method can be invoked.

System_CAPS_pubpropertyTitle

Gets or sets the title of the page that is shown at the top of the dialog.

System_CAPS_pubpropertyView

Gets or sets the WPF UI Element that describes the content of the page.

NameDescription
System_CAPS_pubmethodCreateAuthenticatorAsync()

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

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 gestures that they are finished configuring the service and want their project updated.

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: