BitmapDecoder.Metadata 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메타데이터가 정의된 경우 이 비트맵과 연결된 전역 메타데이터를 나타내는 BitmapMetadata의 인스턴스를 가져옵니다.
public:
virtual property System::Windows::Media::Imaging::BitmapMetadata ^ Metadata { System::Windows::Media::Imaging::BitmapMetadata ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapMetadata Metadata { [System.Security.SecurityCritical] get; }
public virtual System.Windows.Media.Imaging.BitmapMetadata Metadata { get; }
[<get: System.Security.SecurityCritical>]
member this.Metadata : System.Windows.Media.Imaging.BitmapMetadata
member this.Metadata : System.Windows.Media.Imaging.BitmapMetadata
Public Overridable ReadOnly Property Metadata As BitmapMetadata
속성 값
비트맵과 연결된 전역 메타데이터를 나타내는 BitmapMetadata의 인스턴스입니다. 정의된 메타데이터가 없는 경우 이 속성은 null
을 반환합니다.
- 특성
설명
기본 제공 파생 BitmapDecoder 클래스 중 어느 것도 전역 메타데이터를 지원하지 않습니다. 메타데이터는 이미지의 개별 프레임에 추가되어야 합니다.