TreeView.ToString Metoda

Definice

String Vrátí hodnotu obsahující název Component, pokud existuje. Tato metoda by neměla být přepsána.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Návraty

String

A String obsahující název Component, pokud existuje, nebo null pokud Component je bez názvu.

Platí pro

Viz také