[This is preliminary documentation and is subject to change.]
Gets name for key
Namespace: Tools.MetadataTAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentException | key has invalid format |
See Also
Version History
1.5.3
- Parameter Key renamed to key.