다음을 통해 공유


ITrackingPoint.GetCharacter 메서드

이 추적 지점을 지정된 스냅숏에 매핑하고 해당 위치의 문자를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
Function GetCharacter ( _
    snapshot As ITextSnapshot _
) As Char
char GetCharacter(
    ITextSnapshot snapshot
)
wchar_t GetCharacter(
    ITextSnapshot^ snapshot
)
abstract GetCharacter : 
        snapshot:ITextSnapshot -> char
function GetCharacter(
    snapshot : ITextSnapshot
) : char

매개 변수

반환 값

형식: Char
지정된 위치의 문자입니다.

예외

예외 조건
ArgumentOutOfRangeException

추적 지점이 스냅샷의 끝 위치입니다.

.NET Framework 보안

참고 항목

참조

ITrackingPoint 인터페이스

Microsoft.VisualStudio.Text 네임스페이스