ContentLocator.Parts プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
オブジェクトが ContentLocator 含まれている場合 ContentLocatorPart 、返されるコレクションには 0 個の要素が含まれます。