Partager via


version Property (Windows CE 5.0)

Send Feedback

This property specifies the version to include in XML declarations, for example, <?xml version="1.0">.

[propput]HRESULT version([in] BSTRstrVersion);

[propget]HRESULT version([out, retval] BSTR* strVersion);

Parameters

  • strVersion
    String that contains the version.

Return Values

  • S_OK
    Returned if no errors are reported.

Remarks

This property is read/write. The default value is "1.0".

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

See Also

IMXWriter:IDispatch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.