selector Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

selector Property

Returns a string with the value of a restricted XPath expression.

[Script]

Implementation Syntax

var strSelector = oISchemaIdentityConstraint.selector;

Parameters

None.

Return Values

strSelector
A string. A restricted XPath expression.
[Visual Basic]

Implementation Syntax

strSelector = oISchemaIdentityConstraint.selector 

Parameters

None.

Return Values

strSelector
A string. A restricted XPath expression.
[C/C++]

Implementation Syntax

HRESULT get_selector(BSTR* selector);

Parameters

selector [out,retval]
A string. An XPath expression.

Return Values

S_OK
The value returned if successful.
E_POINTER
The value returned if the selector parameter returns NULL.
E_FAIL
The value returned if something else is wrong.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

XPath Reference

Applies to: ISchemaIdentityConstraint Interface