다음을 통해 공유


RibbonGalleryCategory.ItemTemplate 속성

버전 2에 적용

범주에 항목을 표시하는 데 사용된 DataTemplate을 가져옵니다.

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

구문

‘선언
Public Property ItemTemplate As DataTemplate 
    Get 
    Set
‘사용 방법
Dim instance As RibbonGalleryCategory 
Dim value As DataTemplate 

value = instance.ItemTemplate

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

속성 값

유형: System.Windows.DataTemplate
범주에 항목을 표시하는 데 사용된 DataTemplate입니다.

참고 항목

참조

RibbonGalleryCategory 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스