다음을 통해 공유


ContentLocator.StartsWith(ContentLocator) 메서드

정의

지정된 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입니다.

반환

Boolean

ContentLocatorPart에 있는 ContentLocator 요소의 시작 시퀀스가 지정된 locator의 요소와 일치하면 true이고, 그렇지 않으면 false입니다.

예외

locator이(가) null인 경우

설명

StartsWith는 지정된 요소의 요소와 일치하는 요소 ContentLocatorContentLocatorPart 시작 시퀀스를 반환 true 합니다locator.

StartsWith는 지정된 locator 요소가 서로 다르거나 순서가 다르거나 이 ContentLocator요소와 다른 요소를 포함하는 ContentLocatorPart 경우 를 반환 false 합니다.

적용 대상

추가 정보