[]
IWICMetadataQueryWriter
[Guid("A721791A-0DEF-4d06-BD91-2118BF1DB10B")]
public class MetadataQueryWriter : MetadataQueryReader, IDisposable, IUnknown
Name | Description |
---|---|
MetadataQueryWriter(IntPtr) | Initializes a new instance of the MetadataQueryWriter class. |
Name | Description |
---|---|
Create(ImagingFactory, MetadataQueryReader) | Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader. |
Create(ImagingFactory, MetadataQueryReader, Guid) | Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader. |
Create(ImagingFactory, Guid) | Initializes a new instance of the MetadataQueryWriter class. |
Create(ImagingFactory, Guid, Guid) | Initializes a new instance of the MetadataQueryWriter class. |
RemoveMetadataByName(string) | HRESULT IWICMetadataQueryWriter::RemoveMetadataByName([In] const wchar_t* wzName) |
SetMetadataByName(string, IntPtr) | HRESULT IWICMetadataQueryWriter::SetMetadataByName([In] const wchar_t* wzName,[In] const void* pvarValue) |
SetMetadataByName(string, object) | Sets the value for a metadata name |
Name | Description |
---|---|
explicit operator MetadataQueryWriter(IntPtr) | Performs an explicit conversion from IntPtr to MetadataQueryWriter. |