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)

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください