ResourceKey 클래스
정의
다양한 리소스 키에 대한 추상 기본 클래스를 제공합니다.Provides an abstract base class for various resource keys.
public ref class ResourceKey abstract : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.ResourceKey))]
public abstract class ResourceKey : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.ResourceKey))>]
type ResourceKey = class
inherit MarkupExtension
Public MustInherit Class ResourceKey
Inherits MarkupExtension
- 상속
- 파생
- 특성
설명
이 클래스에 리소스 구성 요소에서 간단한 키 검색에 대 한 공통 기본 클래스를 제공 하는 제외 하 고 기능을 제공 합니다.This class provides no functionality except to supply a common base class for simple key detection in resource components.
리소스 키는 문자열 또는 형식의 인스턴스 중 하나입니다.Resource keys are either strings or instances of a type. 이 클래스는 클래스에 전달 된 개체는 생성 된 리소스 키의 고유성을 보장 하는 위치를 다른 개체 값에 기본 키 값에 대 한 지원을 제공 합니다.This class provides support for classes that base key values on other object values, where the objects passed in assure uniqueness of the generated resource keys.
생성자
ResourceKey() |
ResourceKey에서 파생된 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of a class derived from ResourceKey. |
속성
Assembly |
이 키와 연관된 값을 찾을 어셈블리의 사전을 나타내는 어셈블리 개체를 가져옵니다.Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ProvideValue(IServiceProvider) |
이 ResourceKey를 반환합니다.Returns this ResourceKey. 이 클래스의 인스턴스는 대개 사전에서 키로 사용됩니다.Instances of this class are typically used as a key in a dictionary. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |