msMatchesSelector method

[This documentation is preliminary and is subject to change.]

Determines whether an object matches the specified selector.

Internet Explorer 9

Syntax

VARIANT_BOOL retVal = object.msMatchesSelector(v);

Standards information

There are no standards that apply here.

Parameters

  • v [in]
    Type: BSTR

    The selector to compare the object to.

Return value

Type: VARIANT_BOOL

This method can return one of these values.

Return value Description
false

The object does not match the specified selector.

true

The object matches the specified selector.

 

See also

IElementSelector::querySelector

 

 

Build date: 6/12/2012