RibbonSplitButtonGallery.GalleryCommandId 속성
버전 2에 적용
갤러리에서 항목이 선택될 때 호출할 명령 ID를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property GalleryCommandId As ICommandId
Get
Private Set
‘사용 방법
Dim instance As RibbonSplitButtonGallery
Dim value As ICommandId
value = instance.GalleryCommandId
public ICommandId GalleryCommandId { get; private set; }
public:
property ICommandId^ GalleryCommandId {
ICommandId^ get ();
private: void set (ICommandId^ value);
}
member GalleryCommandId : ICommandId with get, private set
function get GalleryCommandId () : ICommandId
private function set GalleryCommandId (value : ICommandId)
속성 값
유형: Microsoft.WebMatrix.Extensibility.ICommandId
갤러리에서 항목을 선택할 때 호출할 명령 ID입니다.