ThumbButtonInfo.CommandTarget 속성
지정된 명령을 실행할 요소를 가져오거나 설정합니다.
네임스페이스: Microsoft.Windows.Shell
어셈블리: Microsoft.Windows.Shell(Microsoft.Windows.Shell.dll)
구문
‘선언
Public Property CommandTarget As IInputElement
Get
Set
public IInputElement CommandTarget { get; set; }
public:
virtual property IInputElement^ CommandTarget {
IInputElement^ get () sealed;
void set (IInputElement^ value) sealed;
}
abstract CommandTarget : IInputElement with get, set
override CommandTarget : IInputElement with get, set
final function get CommandTarget () : IInputElement
final function set CommandTarget (value : IInputElement)
속성 값
형식: System.Windows.IInputElement
지정된 명령을 실행할 요소입니다.기본값은 nullNull 참조(Visual Basic의 경우 Nothing)입니다.
구현
설명
CommandTarget 속성은 이미 응용 프로그램에 정의되어 있는 요소에 대한 참조를 제공합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Shell 네임스페이스