Compartilhar via


getProperty Method (IXMLDOMDocument2) (Windows CE 5.0)

Send Feedback

Returns the default properties.

[Script]

Script Syntax

strPropValue=objXMLDOMDocument2.getProperty(name);

Script Parameters

  • name
    String name of the property. This name is case-sensitive.

Script Return Value

Value. Returns the value of the default property.

[C/C++]

C/C++ Syntax

HRESULT getProperty(BSTRname,VARIANT* value);

C/C++ Parameters

  • name
    [in] String name of the property. This name is case-sensitive.
  • value
    [out, retval] Variant return value of the requested flag.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_FAIL
    Value returned if property name is invalid.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

General Remarks

This method applies to the following interface:

IXMLDOMDocument2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.