AppWindow.SetCurrentPlacement(AppWindowPlacementDetails, Boolean) 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.
public:
virtual bool SetCurrentPlacement(AppWindowPlacementDetails ^ placementDetails, bool isFirstWindow) = SetCurrentPlacement;
/// [Windows.Foundation.Metadata.Experimental]
bool SetCurrentPlacement(AppWindowPlacementDetails const& placementDetails, bool const& isFirstWindow);
[Windows.Foundation.Metadata.Experimental]
public bool SetCurrentPlacement(AppWindowPlacementDetails placementDetails, bool isFirstWindow);
function setCurrentPlacement(placementDetails, isFirstWindow)
Public Function SetCurrentPlacement (placementDetails As AppWindowPlacementDetails, isFirstWindow As Boolean) As Boolean
Parameters
- placementDetails
- AppWindowPlacementDetails
- isFirstWindow
-
Boolean
bool
Returns
bool
- Attributes