EffectDefault.Data Property |
Language: |
Retrieves or sets the effect parameter data.
Visual Basic Public Property Data As Object C# public object Data { get; set; } C++ public:
property Object^ Data {
Object^ get();
void set(Object^ value);
}JScript public function get Data() : Object
public function set Data(Object);
System.Object
This property is read/write.
An Object that contains the effect parameter data.
The type of data passed into this property should match the EffectDefault.Type property.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center