XFileData.GetXFile Method

Language:

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

Retrieves an XFile instance for this XFileData object.

Definition

Visual Basic .NET Public Function GetXFile() As XFile
C# public XFile GetXFile();
Managed C++ public: XFile* GetXFile();
JScript .NET public function GetXFile() : XFile;

Return Value

Microsoft.DirectX.Direct3D.XFile . The XFile instance for this XFileData object.

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException 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.