다음을 통해 공유


FindData.TextSnapshotToSearch 속성

검색을 수행할 ITextSnapshot을 가져오거나 설정합니다.

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

구문

‘선언
Public Property TextSnapshotToSearch As ITextSnapshot
public ITextSnapshot TextSnapshotToSearch { get; set; }
public:
property ITextSnapshot^ TextSnapshotToSearch {
    ITextSnapshot^ get ();
    void set (ITextSnapshot^ value);
}
member TextSnapshotToSearch : ITextSnapshot with get, set
function get TextSnapshotToSearch () : ITextSnapshot 
function set TextSnapshotToSearch (value : ITextSnapshot)

속성 값

형식: Microsoft.VisualStudio.Text.ITextSnapshot
ITextSnapshot 에서 검색 작업을 수행 합니다.

예외

예외 조건
ArgumentNullException

값이 nullNull 참조(Visual Basic의 경우 Nothing)인 경우

.NET Framework 보안

참고 항목

참조

FindData 구조체

Microsoft.VisualStudio.Text.Operations 네임스페이스