ContentLocatorGroup クラス

定義

コンテンツの項目を識別する ContentLocator 要素の順序付きセットを表します。

public ref class ContentLocatorGroup sealed : System::Windows::Annotations::ContentLocatorBase, System::Xml::Serialization::IXmlSerializable
public sealed class ContentLocatorGroup : System.Windows.Annotations.ContentLocatorBase, System.Xml.Serialization.IXmlSerializable
type ContentLocatorGroup = class
    inherit ContentLocatorBase
    interface IXmlSerializable
Public NotInheritable Class ContentLocatorGroup
Inherits ContentLocatorBase
Implements IXmlSerializable
継承
ContentLocatorGroup
実装

注釈

ContentLocator 内で ContentLocatorGroup 定義された要素は、外部データ項目を参照する構造化された手段を提供します。

コンストラクター

ContentLocatorGroup()

ContentLocatorGroup クラスの新しいインスタンスを初期化します。

プロパティ

Locators

この ContentLocator を構成する ContentLocatorGroup 要素のコレクションを取得します。

メソッド

Clone()

この ContentLocatorGroup の変更可能な詳細コピーの複製を作成します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetSchema()

常に null を返します。 スキーマの詳細については、「注釈スキーマ」を参照してください。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ReadXml(XmlReader)

指定した XmlReader から ContentLocatorGroup を逆シリアル化します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
WriteXml(XmlWriter)

ContentLocatorGroup を、指定された XmlWriter にシリアル化します。

明示的なインターフェイスの実装

INotifyPropertyChanged.PropertyChanged

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

このメンバーの詳細については、「PropertyChanged」をご覧ください。

(継承元 ContentLocatorBase)

適用対象