msMatchesSelector method
[This documentation is preliminary and is subject to change.]
Determines whether an object matches the specified selector.
![]() |
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 |
|---|---|
|
The object does not match the specified selector. |
|
The object matches the specified selector. |
See also
Build date: 6/12/2012
Community Additions
Show:
