DynamicControl.GetAttribute(String) Method

Definition

Retrieves the attribute value by using the specified key.

public:
 virtual System::String ^ GetAttribute(System::String ^ key);
public string GetAttribute (string key);
abstract member GetAttribute : string -> string
override this.GetAttribute : string -> string
Public Function GetAttribute (key As String) As String

Parameters

key
String

The name of the attribute.

Returns

The value of the attribute.

Implements

Remarks

If the attributes collection is null, this method returns an empty string.

Applies to

See also