[This is preliminary documentation and is subject to change.]

Gets name for key

Namespace: Tools.MetadataT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
string GetNameOfKey(
	string key
)
Visual Basic
Function GetNameOfKey ( _
	key As String _
) As String
Visual C++
String^ GetNameOfKey(
	String^ key
)
F#
abstract GetNameOfKey : 
        key:string -> string 
JScript
function GetNameOfKey(
	key : String
) : String

Parameters

key
Type: System..::..String
Key to get name for

Return Value

One of predefined names to use instead of key; null when given key has no corresponding name.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionkey has invalid format

See Also

Collapse/expand Version History

1.5.3

  • Parameter Key renamed to key.