AccountPickerOptions Constructor (Window^, String^)

Visual Studio 2015
 

Initializes a new instance of the options used to create an account picker.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
AccountPickerOptions(
	Window^ parentWindow,
	String^ hostId
)

Parameters

parentWindow
Type: System.Windows::Window^

The window hosting the account picker.

hostId
Type: System::String^

A unique identifier for this host, usually the package guid, that will be used when reporting telemetry.

Return to top
Show: