XFileSaveData.Type Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property Type As Guid
C# public Guid Type { get; }
Managed C++ public: __property Guid get_Type();
JScript .NET public function get Type() : Guid

Property Value

System.Guid . The globally unique identifier (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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.