BaseEffect.GetValueString Method |
Language: |
Retrieves a string.
Visual Basic Public Function GetValueString( _
ByVal parameter As EffectHandle _
) As StringC# public string GetValueString(
EffectHandle parameter
);C++ public:
String^ GetValueString(
EffectHandle^ parameter
);JScript public function GetValueString(
parameter : EffectHandle
) : String;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
System.String
String identified by the effect handle param_EffectHandle_parameter.
Exceptions
InvalidCallException The call is invalid.
Effect, EffectCompiler
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