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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.