Label.ToString 方法
定義
傳回表示目前 Label 的字串。Returns a string that represents the current Label.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
字串,代表目前的 Label。A string that represents the current Label.
適用於