Retrieves the name of setting from the key value in the format [KeyName="value"]. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim keyValue As String
Dim returnValue As String
Dim settingDefinition1 As SettingDefinition
returnValue = settingDefinition1.GetListItemNameFromKey(keyValue)

Syntax

Visual Basic
Public Overridable Function GetListItemNameFromKey( _
		ByVal keyValue As String _
) As String
C#
public virtual string GetListItemNameFromKey(
		string keyValue
);
C++
public:
virtual String^ GetListItemNameFromKey(
		String^ keyValue
);
J#
public System.String GetListItemNameFromKey(
		System.String keyValue
);
JScript
public function GetListItemNameFromKey(
		 keyValue : String
) : String;

Parameters

keyValue

Key value string.

Return Value

The name of setting from key value in the format [KeyName="value"].

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also