XFileSaveData.Type Property (Microsoft.DirectX.Direct3D)

Retrieves the template globally unique identifier (GUID) of this file data node.

Definition

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

Property Value

System.Guid
The GUID representing the template in this file data node.

This property is read-only. 

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadObject Data could not be read from or written to an object.
XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.