DesignerView.Text 属性

定义

获取设计器视图的名称。

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

属性值

String

包含 DesignerView 的名称的字符串。

适用于