prefix Property
Returns the namespace prefix.
strValue = oXMLDOMNode.prefix;
HRESULT get_prefix(
BSTR* prefixString
);
General Remarks
This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).
This property is read-only, and applies to the following objects and interfaces:
IXMLDOMAttribute, IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, DOMDocument, IXMLDOMDocumentFragment, IXMLDOMDocumentType, IXMLDOMElement, IXMLDOMEntity, IXMLDOMEntityReference, IXMLDOMNode, IXMLDOMNotation, IXMLDOMProcessingInstruction, IXMLDOMText, and IXTLRuntime
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.