Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetValueString Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a string.

Definition

Visual Basic .NET Public Function GetValueString( _
    ByVal parameter As EffectHandle _
) As String
C# public string GetValueString(
    EffectHandle parameter
);
Managed C++ public: String* GetValueString(
    EffectHandle *parameter
);
JScript .NET public function GetValueString(
    parameter : EffectHandle
) : String;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle. Unique EffectHandle identifier.

Return Value

System.String . String identified by the effect handle param_EffectHandle_parameter.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center