AccountPickerOptions::ParentWindow Property

Visual Studio 2015
 

Gets the window hosting the account picker.

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

public:
property Window^ ParentWindow {
	[CompilerGeneratedAttribute]
	Window^ get();
	[CompilerGeneratedAttribute]
	private: void set(Window^ value);
}

Property Value

Type: System.Windows::Window^

The window.

Return to top
Show: