scopeName property
[This documentation is preliminary and is subject to change.]
Gets the namespace defined for the element.
Syntax
HRESULT value = object.get_scopeName(BSTR* p);
Property values
Type: BSTR
A BSTR that specifies one of the following values.
HTML
-
Default. All standard HTML tags.
scope
-
Namespace prefix that is used with the custom tags. This namespace is declared in the document by using the XMLNS attribute of the html element.
Remarks
To declare the namespace in the document, use the XMLNS attribute of the html element.
Download the HTC for the sample below: simple.htc
See also
Build date: 6/12/2012
Community Additions
Show: