IHTMLUrnCollection interface

This interface is for the collection of each Uniform Resource Name (URN) that represents a behavior that is attached to an object.

Members

The IHTMLUrnCollection interface inherits from the IDispatch interface. IHTMLUrnCollection also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLUrnCollection interface has these methods.

Method Description
item

Retrieves an object from the behaviorUrns collection.

 

Properties

The IHTMLUrnCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Remarks

The collection is returned by calling the IHTMLFormElement2::urns or behaviorUrns on an object.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch