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존재에 대한 신호를 표시하는 시각적 신호를 제공합니다.

적용 대상