XFileManager.RegisterXFileTemplates Method

Language:

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

Registers custom templates from an XFile object.

Definition

Visual Basic .NET Public Sub RegisterXFileTemplates( _
    ByVal xfileObj As XFile _
)
C# public void RegisterXFileTemplates(
    XFile xfileObj
);
Managed C++ public: void RegisterXFileTemplates(
    XFile *xfileObj
);
JScript .NET public function RegisterXFileTemplates(
    xfileObj : XFile
);

Parameters

xfileObj Microsoft.DirectX.Direct3D.XFile. An XFile object that contains the templates to register.

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.

See Also


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

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