다음을 통해 공유


DisplayPath.WireFormat 속성

정의

검색에 사용되는 정확한 하드웨어 표현의 선택적 값을 가져오거나 설정합니다. 픽셀 인코딩, 채널당 비트, 색 공간 및 HDR 메타데이터 형식과 같은

public:
 property DisplayWireFormat ^ WireFormat { DisplayWireFormat ^ get(); void set(DisplayWireFormat ^ value); };
DisplayWireFormat WireFormat();

void WireFormat(DisplayWireFormat value);
public DisplayWireFormat WireFormat { get; set; }
var displayWireFormat = displayPath.wireFormat;
displayPath.wireFormat = displayWireFormat;
Public Property WireFormat As DisplayWireFormat

속성 값

DisplayWireFormat 값입니다.

설명

TryApply 또는 TryFunctionalize를 호출하는 동안 시스템이 이 속성을 채울 수 있도록 이 속성은 설정되지 않은 상태로 유지될 수 있습니다(null).

적용 대상