IWpfAccountPicker2.UpdateParentWindow(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the parent window for the account picker control. This may change if you change how the Account picker is hosted after creating it.
public:
void UpdateParentWindow(System::Object ^ parentWindow);
public void UpdateParentWindow (object parentWindow);
abstract member UpdateParentWindow : obj -> unit
Public Sub UpdateParentWindow (parentWindow As Object)
Parameters
- parentWindow
- Object
Parent window.