IWpfAccountPicker::SelectedAccount Property

Visual Studio 2015
 

Gets or sets the account being selected for the account picker control.

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

property Object^ SelectedAccount {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The account.

Return to top
Show: