XFile.GetManager Method

Language:

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

Returns an XFileManager instance for this XFile object.

Definition

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

Return Value

Microsoft.DirectX.Direct3D.XFileManager . The XFileManager instance for this XFile 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.