ContentLocator 클래스

정의

콘텐츠 항목을 식별하는 ContentLocatorPart 요소의 정렬된 집합을 나타냅니다.

public ref class ContentLocator sealed : System::Windows::Annotations::ContentLocatorBase, System::Xml::Serialization::IXmlSerializable
public sealed class ContentLocator : System.Windows.Annotations.ContentLocatorBase, System.Xml.Serialization.IXmlSerializable
type ContentLocator = class
    inherit ContentLocatorBase
    interface IXmlSerializable
Public NotInheritable Class ContentLocator
Inherits ContentLocatorBase
Implements IXmlSerializable
상속
ContentLocator
구현

설명

ContentLocatorPartContentLocator 정의된 요소는 외부 데이터 항목을 참조하는 구조화된 수단을 제공합니다.

ContentLocatorPart 를 순서대로 확인하는 프로세스는 다음 ContentLocatorPart을 resolve 컨텍스트를 제공합니다.

생성자

ContentLocator()

ContentLocator 클래스의 새 인스턴스를 초기화합니다.

속성

Parts

ContentLocatorPart를 구성하는 ContentLocator 요소의 컬렉션을 가져옵니다.

메서드

Clone()

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

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

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

기본 해시 함수로 작동합니다.

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

항상 null를 반환합니다. 스키마 세부 정보는 주석 스키마를 참조하세요.

GetType()

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

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

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

(다음에서 상속됨 Object)
ReadXml(XmlReader)

지정된 XmlReader에서 ContentLocator를 역직렬화합니다.

StartsWith(ContentLocator)

지정된 ContentLocatorPart에 있는 ContentLocator 요소의 시작 시퀀스가 이 ContentLocator의 요소와 같은지 여부를 나타내는 값을 반환합니다.

ToString()

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

(다음에서 상속됨 Object)
WriteXml(XmlWriter)

지정된 XmlWriter에 대한 ContentLocator을 직렬화합니다.

명시적 인터페이스 구현

INotifyPropertyChanged.PropertyChanged

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

이 멤버에 대한 설명은 PropertyChanged를 참조하세요.

(다음에서 상속됨 ContentLocatorBase)

적용 대상