MediaStreamSamplePropertySet.Insert(Guid, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified key and value to the property set.
public:
virtual bool Insert(Platform::Guid key, Platform::Object ^ value) = IMap<Platform::Guid, Platform::Object ^>::Insert;
bool Insert(winrt::guid const& key, IInspectable const& value);
public bool Insert(Guid key, object value);
function insert(key, value)
Public Function Insert (key As Guid, value As Object) As Boolean
Parameters
- key
-
Guid
Platform::Guid
winrt::guid
The key to add.
- value
-
Object
Platform::Object
IInspectable
The value of the key.
Returns
Boolean
bool
True if the method replaces a value that already exists for the key; false if this is a new key.