Key ClassKey ClassKey Class

A class representing an XSLT key.

Inheritance Hierarchy

Syntax

Public Class Key
public class Key
public:
ref class Key
 
The KeyKeyKey type exposes the following members.

Constructors

 ConstructorDescription
Public methodKeyKeyKey Initializes a new instance of the KeyKeyKey class.

Top

Properties

 PropertyDescription
Public propertyCollationCollationCollation Gets 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.
Public propertyMatchMatchMatch Gets the XSLT pattern which describes the nodes matched by the key.
Public propertyUseUseUse Gets the expression which specifies the values of the key.

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Remarks

This class represents information used to declare an XSLT Key for use with the fn:key function defined in XSL Transformations (XSLT) Version 2.0.