Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property Attributes As List(Of KeyValuePair(Of String, String))
C#
public List<KeyValuePair<string, string>> Attributes { get; set; }
C++
public property List<KeyValuePair<string, string>> Attributes sealed  {
    List<KeyValuePair<string, string>> get();
    void set(List<KeyValuePair<string, string>> value);
}
J#
/** property */
public List<KeyValuePair<string, string>> get_Attributes();

/** property */
public void set_Attributes(List<KeyValuePair<string, string>> value);
JScript
public function get Attributes() : List<KeyValuePair<string, string>>

public function set Attributes(value : List<KeyValuePair<string, string>>);

See Also