Share via


DesignerAction.Text 属性

定义

获取与设计器操作关联的文本。

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

属性值

表示与 DesignerAction 关联的文本的字符串值。

适用于