다음을 통해 공유


RibbonSplitButtonGallery.GalleryCommand 속성

버전 2에 적용

갤러리에서 항목이 선택될 때 호출할 명령을 가져옵니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Property GalleryCommand As ICommand 
    Get 
    Private Set
‘사용 방법
Dim instance As RibbonSplitButtonGallery 
Dim value As ICommand 

value = instance.GalleryCommand
public ICommand GalleryCommand { get; private set; }
public:
property ICommand^ GalleryCommand {
    ICommand^ get ();
    private: void set (ICommand^ value);
}
member GalleryCommand : ICommand with get, private set
function get GalleryCommand () : ICommand 
private function set GalleryCommand (value : ICommand)

속성 값

유형: System.Windows.Input.ICommand
갤러리에서 항목을 선택할 때 호출할 명령입니다.

참고 항목

참조

RibbonSplitButtonGallery 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스