Form.ToString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示表單目前執行個體的字串。
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
由表單物件之類別的完整名稱所組成的字串,表單的 Text 屬性會附加到結尾處。 例如,如果表單衍生自 命名空間中的 類別 MyForm
,且 Text 屬性設定為 Hello, World
,則這個方法會傳回 MyNamespace.MyForm, Text: Hello, World
。 MyNamespace