Share via


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

属性值

包含属性名称的 String

注解

在属性编辑器中,对应于 PropertyNameDesignerAction 的属性提供可视提示,表示存在关联的 DesignerAction

适用于