XFileSaveObject.GetManager() Method (Microsoft.DirectX.Direct3D)

Retrieves the XFileManager object of the object that created this XFileSaveObject object.

Definition

Visual Basic Public Function GetManager() As XFileManager
C# public XFileManager GetManager();
C++ public:
XFileManagerGetManager();
JScript public function GetManager() : XFileManager;

Return Value

Microsoft.DirectX.Direct3D.XFileManager
The XFileManager object of the object that created this XFileSaveObject object.

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
InvalidCastExceptionLeave Site N/A No object interface is available.
NullReferenceExceptionLeave Site N/A An invalid pointer, usually null, was passed as a parameter.