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는 지정된 요소의 요소와 일치하는 요소 ContentLocator 의 ContentLocatorPart 시작 시퀀스를 반환 true
합니다locator
.
StartsWith는 지정된 locator
요소가 서로 다르거나 순서가 다르거나 이 ContentLocator요소와 다른 요소를 포함하는 ContentLocatorPart 경우 를 반환 false
합니다.