StagingAreaInputItem.SetData(Object, 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.
Creates a dictionary entry by using the specified key and the specified data.
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)
Parameters
- key
- Object
An arbitrary key for the data. This cannot be null
.
- value
- Object
The data to set for this key. This can be null
.
- Attributes
Remarks
This data is used during the processing of this input event.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.