StagingAreaInputItem.SetData(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過使用指定的索引鍵和指定的資料來建立字典項目。
public:
void SetData(System::Object ^ key, System::Object ^ value);
public void SetData (object key, object value);
[System.Security.SecurityCritical]
public void SetData (object key, object value);
member this.SetData : obj * obj -> unit
[<System.Security.SecurityCritical>]
member this.SetData : obj * obj -> unit
Public Sub SetData (key As Object, value As Object)
參數
- key
- Object
資料的任意索引鍵。 不可為 null
。
- value
- Object
要為此索引鍵設定的資料。 這可以是 null
。
- 屬性
備註
此數據會在處理此輸入事件期間使用。