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任何对象,则返回的集合将包含零个元素。