DesignerAction.PropertyName 属性

定义

表示与该属性关联的属性 DesignerAction 的名称。

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
Public Property PropertyName As String

属性值

包含属性名称的 A String

注解

在属性编辑器中,对应于 PropertyNameDesignerAction 属性的属性提供一个视觉提示,指示是否存在关联的 DesignerAction对象。

适用于