BaseEffect.Description Property

Language:

Retrieves an effect description.

Definition

Visual Basic Public ReadOnly Property Description As EffectDescription
C# public EffectDescription Description { get; }
C++ public:
property EffectDescription Description {
        EffectDescription get();
}
JScript public function get Description() : EffectDescription

Property Value

Microsoft.DirectX.Direct3D.EffectDescription
An EffectDescription object that contains the effect description.

This property is read-only. 

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