DkmActivateAppPackageInfo.Monitor Property
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.
[Optional] Target monitor index (see: ActivateAppPackageOnTargetMonitor).
This API was introduced in Visual Studio 15 Update 1 (DkmApiVersion.VS15Update1).
public:
property System::UInt32 Monitor { System::UInt32 get(); };
public:
property unsigned int Monitor { unsigned int get(); };
public uint Monitor { get; }
member this.Monitor : uint32
Public ReadOnly Property Monitor As UInteger