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::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (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.