更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間 : EnvDTE
アセンブリ : EnvDTE (EnvDTE.dll 内)
構文
'宣言
Function Find ( _
Target As String, _
<OutAttribute> ByRef StartLine As Integer, _
<OutAttribute> ByRef StartColumn As Integer, _
<OutAttribute> ByRef EndLine As Integer, _
<OutAttribute> ByRef EndColumn As Integer, _
WholeWord As Boolean, _
MatchCase As Boolean, _
PatternSearch As Boolean _
) As Boolean
'使用
Dim instance As TextBuffer
Dim Target As String
Dim StartLine As Integer
Dim StartColumn As Integer
Dim EndLine As Integer
Dim EndColumn As Integer
Dim WholeWord As Boolean
Dim MatchCase As Boolean
Dim PatternSearch As Boolean
Dim returnValue As Boolean
returnValue = instance.Find(Target, StartLine, _
StartColumn, EndLine, EndColumn, _
WholeWord, MatchCase, PatternSearch)
bool Find(
string Target,
out int StartLine,
out int StartColumn,
out int EndLine,
out int EndColumn,
bool WholeWord,
bool MatchCase,
bool PatternSearch
)
bool Find(
[InAttribute] String^ Target,
[InAttribute] [OutAttribute] int% StartLine,
[InAttribute] [OutAttribute] int% StartColumn,
[InAttribute] [OutAttribute] int% EndLine,
[InAttribute] [OutAttribute] int% EndColumn,
[InAttribute] bool WholeWord,
[InAttribute] bool MatchCase,
[InAttribute] bool PatternSearch
)
function Find(
Target : String,
StartLine : int,
StartColumn : int,
EndLine : int,
EndColumn : int,
WholeWord : boolean,
MatchCase : boolean,
PatternSearch : boolean
) : boolean
パラメータ
Target
型 : System.String
StartLine
型 : System.Int32%
StartColumn
型 : System.Int32%
EndLine
型 : System.Int32%
EndColumn
型 : System.Int32%
WholeWord
型 : System.Boolean
MatchCase
型 : System.Boolean
PatternSearch
型 : System.Boolean
戻り値
型 : System.Boolean
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。