ContentLocator.Parts 属性

定义

获取组成此 ContentLocatorPartContentLocator 元素的集合。

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>

组成此 ContentLocatorPartContentLocator 元素的集合。

注解

返回的 ContentLocatorPart 集合永远不会是 nullContentLocator如果不包含ContentLocatorPart任何对象,则返回的集合将包含零个元素。

适用于

另请参阅