PropertyDescription.Type Property

Language:

Retrieves or sets the property type.

Definition

Visual Basic Public Property Type As ParameterType
C# public ParameterType Type { get; set; }
C++ public:
property ParameterType Type {
        ParameterType get();
        void set(ParameterType value);
}
JScript public function get Type() : ParameterType
public function set Type(ParameterType);

Property Value

Microsoft.DirectX.Direct3D.ParameterType
A ParameterType enumeration value that represents the property type to set or retrieve.

This property is read/write. 

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