WindowId Struct
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.
Defines an identifier for a top-level window.
public value class WindowId
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
struct WindowId
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
struct WindowId
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public struct WindowId
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public struct WindowId
var windowId = {
value : /* Your value */
}
Public Structure WindowId
- Inheritance
-
WindowId
- Attributes
Remarks
For more info, and code examples, see Manage app windows.
Fields
Value |
The identifier for a top-level window. |