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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.