다음을 통해 공유


RichEditTextRange.InStory(ITextRange) 메서드

정의

이 범위의 스토리가 지정된 범위의 스토리와 같은지 여부를 결정합니다.

public:
 virtual bool InStory(ITextRange ^ range) = InStory;
bool InStory(ITextRange const& range);
public bool InStory(ITextRange range);
function inStory(range)
Public Function InStory (range As ITextRange) As Boolean

매개 변수

range
ITextRange

스토리가 이 범위의 스토리와 비교되는 ITextRange 개체입니다.

반환

Boolean

bool

비교 결과입니다. 결과는 null일 수 있습니다. 이 범위의 스토리가 ITextRange의 스토리와 같으면 메서드는 true 를 반환합니다. 그렇지 않으면 false를 반환 합니다.

구현

적용 대상