XFileManager.RegisterXFileTemplates Method |
Language: |
Registers custom templates from an XFile object.
Visual Basic Public Sub RegisterXFileTemplates( _
ByVal xfileObj As XFile _
)C# public void RegisterXFileTemplates(
XFile xfileObj
);C++ public:
void RegisterXFileTemplates(
XFile^ xfileObj
);JScript public function RegisterXFileTemplates(
xfileObj : XFile
);
xfileObj Microsoft.DirectX.Direct3D.XFile
An XFile object that contains the templates to register.
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.