ContentLocatorPart 클래스

정의

콘텐츠 항목을 식별하는 이름/값 쌍의 집합을 나타냅니다.

public ref class ContentLocatorPart sealed : System::ComponentModel::INotifyPropertyChanged
public sealed class ContentLocatorPart : System.ComponentModel.INotifyPropertyChanged
type ContentLocatorPart = class
    interface INotifyPropertyChanged
Public NotInheritable Class ContentLocatorPart
Implements INotifyPropertyChanged
상속
ContentLocatorPart
구현

생성자

ContentLocatorPart(XmlQualifiedName)

지정된 형식 이름과 네임스페이스를 사용하여 ContentLocatorPart 클래스의 새 인스턴스를 초기화합니다.

속성

NameValuePairs

이 부분을 정의하는 이름/값 쌍 컬렉션을 가져옵니다.

PartType

부분의 형식 이름과 네임스페이스를 가져옵니다.

메서드

Clone()

ContentLocatorPart의 수정 가능한 전체 복사 복제본을 만듭니다.

Equals(Object)

지정한 ContentLocatorPart가 이 ContentLocatorPart와 같은지 여부를 나타내는 값을 반환합니다.

GetHashCode()

이 파트의 해시 코드를 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

INotifyPropertyChanged.PropertyChanged

이 이벤트는 WPF(Windows Presentation Foundation) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

적용 대상