HolographicAdapterId 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于呈现全息内容的图形适配器。 匹配 win32 本地唯一标识符 (LUID) 类型。
public value class HolographicAdapterId
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
struct HolographicAdapterId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public struct HolographicAdapterId
var holographicAdapterId = {
lowPart : /* Your value */,
highPart : /* Your value */
}
Public Structure HolographicAdapterId
- 继承
-
HolographicAdapterId
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
注解
匹配 win32 本地唯一标识符 (LUID) 类型。
字段
HighPart |
LUID 结构的 HighPart。 |
LowPart |
LUID 结构的 LowPart。 |