getProperty Method (IXMLDOMSelection)
Returns a property.
strValue = objXMLDOMSelection.getProperty(name);
HRESULT getProperty(
BSTR name,
VARIANT* value
);
General Remarks
The getProperty method returns the value for the internal SelectionLanguage property (flag) that was set by calling the setProperty method on the document or the default value.
This method applies to the following objects and interfaces:
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.