ContentLocator.StartsWith(ContentLocator) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示指定 ContentLocatorPart 中的 ContentLocator 元素起始序列是否与此 ContentLocator 中的那些元素起始序列相同。
public:
bool StartsWith(System::Windows::Annotations::ContentLocator ^ locator);
public bool StartsWith (System.Windows.Annotations.ContentLocator locator);
member this.StartsWith : System.Windows.Annotations.ContentLocator -> bool
Public Function StartsWith (locator As ContentLocator) As Boolean
参数
- locator
- ContentLocator
ContentLocator,包含要与此 ContentLocatorPart 进行比较的 ContentLocator 元素的列表。
返回
如果此 ContentLocatorPart 中的 ContentLocator 元素的起始序列与指定 locator
中的那些元素的起始序列匹配,则为 true
;否则为 false
。
例外
locator
为 null
。
注解
StartsWith返回true
此元素的ContentLocatorPart起始序列与指定locator
元素的ContentLocator起始序列匹配。
StartsWithfalse
如果指定的locator
元素包含ContentLocatorPart不同的元素(按不同顺序或大于此ContentLocator顺序)。