BaseEffect.GetParameterDescription Method

Language:

Retrieves a parameter or annotation description.

Definition

Visual Basic Public Function GetParameterDescription( _
    ByVal parameter As EffectHandle _
) As ParameterDescription
C# public ParameterDescription GetParameterDescription(
    EffectHandle parameter
);
C++ public:
ParameterDescription GetParameterDescription(
    EffectHandleparameter
);
JScript public function GetParameterDescription(
    parameter : EffectHandle
) : ParameterDescription;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle that indicates the parameter or annotation handle.

Return Value

Microsoft.DirectX.Direct3D.ParameterDescription
Description of the specified parameter or annotation. For more information, see ParameterDescription.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

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