Hyperlink.CommandTarget 속성

정의

Command 속성에 지정된 명령을 실행할 대상 요소를 가져오거나 설정합니다.

public:
 property System::Windows::IInputElement ^ CommandTarget { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.IInputElement CommandTarget { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandTarget : System.Windows.IInputElement with get, set
Public Property CommandTarget As IInputElement

속성 값

속성에 지정된 명령을 실행할 대상 요소입니다 Command . 기본값은 null입니다.

특성

설명

종속성 속성 정보

항목 가치
식별자 필드 CommandTargetProperty
메타데이터 속성이 다음으로 설정됩니다. true None

적용 대상