MediaPropertySet class winrt Class

Represents a set of media properties.

Inheritance
Implemented types
Available Extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Gets the number of items in the map.
no setteroverride

Methods

addRef() int
inherited
clear() → void
Removes all items from the map.
override
first() IIterator<IKeyValuePair<Guid, Object?>>
Returns an iterator for the items in the collection.
override
getIids(Pointer<Uint32> iidCount, Pointer<Pointer<GUID>> iids) int
inherited
getRuntimeClassName(Pointer<IntPtr> className) int
inherited
getTrustLevel(Pointer<Int32> trustLevel) int
inherited
getView() Map<Guid, Object?>
Returns an immutable view of the map.
override
hasKey(Guid key) bool
Determines whether the map contains the specified key.
override
insert(Guid key, Object? value) bool
Inserts or replaces an item in the map.
override
lookup(Guid key) Object?
Returns the item at the specified key in the map.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
release() int
inherited
remove(Guid key) → void
Removes an item from the map.
override
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toMap() Map<Guid, Object?>
Creates an unmodifiable Map from the current IMap instance.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited