다음을 통해 공유


FindData.SearchString 속성

검색에 사용할 문자열을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
검색에 사용 하는 문자열입니다.

예외

예외 조건
ArgumentNullException

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

ArgumentOutOfRangeException

값은 빈 문자열이 됩니다.

.NET Framework 보안

참고 항목

참조

FindData 구조체

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