Key ConstructorKey ConstructorKey Constructor

Initializes a new instance of the KeyKeyKey class.

Syntax

Public Sub New ( _
    match As String, _
    use As String, _
    collation As AnyUri _
)
public Key(
    string match,
    string use,
    AnyUri collation
)
public:
Key(
    String^ match, 
    String^ use, 
    AnyUri^ collation
)
 

Parameters

match

Type: System.StringSystem.StringSystem::String^

The XSLT pattern which describes the nodes matched by the key.

use

Type: System.StringSystem.StringSystem::String^

The expression which specifies the values of the key.

collation

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

the URI of the collation to use when deciding whether two strings are equal for the purposes of key matching, os null a null reference (Nothing in Visual Basic) nullptr to use the default collation.