次の方法で共有


MediaStreamSamplePropertySet.Insert(Guid, Object) メソッド

定義

指定したキーと値をプロパティ セットに追加します。

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

パラメーター

key
Guid

Platform::Guid

winrt::guid

追加するキー。

value
Object

Platform::Object

IInspectable

キーの値。

戻り値

Boolean

bool

True の 場合、メソッドは、 キーに既に存在する値を置き換えます。 これが 新しいキーの場合は false。

実装

適用対象