DesignerAction.PropertyName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与 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。
注解
在属性编辑器中,对应于 PropertyName 的 DesignerAction 的属性提供可视提示,表示存在关联的 DesignerAction。