ContentLocator.Parts プロパティ

定義

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

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ Parts { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart> Parts { get; }
member this.Parts : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart>
Public ReadOnly Property Parts As Collection(Of ContentLocatorPart)

プロパティ値

Collection<ContentLocatorPart>

この ContentLocatorPart を構成する ContentLocator 要素のコレクション。

注釈

返されるコレクションはContentLocatorPart決して .null オブジェクトが ContentLocator 含まれている場合 ContentLocatorPart 、返されるコレクションには 0 個の要素が含まれます。

適用対象

こちらもご覧ください