This topic has not yet been rated - Rate this topic

scopeName property

Gets the namespace defined for the element.

This property is not supported for Windows Store apps built for Windows using JavaScript.

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

Using Custom Tags in Internet Explorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.