TechniqueDescription.Annotations Property (Microsoft.DirectX.Direct3D)

Retrieves the number of annotations for the current technique.

Definition

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

Property Value

System.Int32
Integer that represents the number of annotations.

This property is read-only. 

Remarks

Annotations are user-specific data that can be attached to any technique, pass, or parameter.