ItemContainerTemplateKey 클래스

ItemContainerTemplate 개체에 대한 리소스 키를 제공합니다.

상속 계층 구조

System.Object
  System.Windows.Markup.MarkupExtension
    System.Windows.ResourceKey
      System.Windows.TemplateKey
        Microsoft.Windows.Controls.ItemContainerTemplateKey

네임스페이스:  Microsoft.Windows.Controls
어셈블리:  RibbonControlsLibrary(RibbonControlsLibrary.dll)

구문

‘선언
Public Class ItemContainerTemplateKey _
    Inherits TemplateKey
public class ItemContainerTemplateKey : TemplateKey
public ref class ItemContainerTemplateKey : public TemplateKey
type ItemContainerTemplateKey =  
    class
        inherit TemplateKey
    end
public class ItemContainerTemplateKey extends TemplateKey

ItemContainerTemplateKey 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 ItemContainerTemplateKey() ItemContainerTemplateKey 클래스의 새 인스턴스를 초기화합니다.
Public 메서드 ItemContainerTemplateKey(Object) 지정된 데이터 형식을 사용하여 ItemContainerTemplateKey 클래스의 새 인스턴스를 초기화합니다.

위쪽

속성

  이름 설명
Public 속성 Assembly 템플릿 정의가 포함된 어셈블리를 가져오거나 설정합니다. (TemplateKey에서 상속됨)
Public 속성 DataType 템플릿을 디자인한 형식을 가져오거나 설정합니다. (TemplateKey에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Equals 지정된 인스턴스가 TemplateKey의 이 인스턴스와 동일한지 여부를 나타내는 값을 반환합니다. (TemplateKey에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetHashCode TemplateKey 의 이 인스턴스에 대한 해시 코드를 반환합니다. (TemplateKey에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 ProvideValue ResourceKey를 반환합니다.이 클래스의 인스턴스는 대개 사전에서 키로 사용됩니다. (ResourceKey에서 상속됨)
Public 메서드 ToString TemplateKey의 문자열 표현을 반환합니다. (TemplateKey에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 ISupportInitialize.BeginInit 이 멤버는 Windows Presentation Foundation (WPF) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. (TemplateKey에서 상속됨)
명시적 인터페이스 구현Private 메서드 ISupportInitialize.EndInit 이 멤버는 Windows Presentation Foundation (WPF) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. (TemplateKey에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.Windows.Controls 네임스페이스