RibbonButtonGallery.GalleryCommand 속성
버전 2에 적용
갤러리에 대한 명령을 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property GalleryCommand As ICommand
Get
Private Set
‘사용 방법
Dim instance As RibbonButtonGallery
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
갤러리에 대한 명령입니다.