다음을 통해 공유


BoundPropertyEntry.ControlID 속성

정의

이 바인딩이 포함된 컨트롤의 ID를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

속성 값

String

이 바인딩이 포함된 컨트롤의 String가 있는 ID입니다.

적용 대상