Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Function Replace ( _
pszSearch As String, _
pszReplace As String, _
grfOptions As UInteger, _
fResetStartPoint As Integer, _
pHelper As IVsFindHelper, _
<OutAttribute> ByRef pfReplaced As Integer _
) As Integer
public int Replace(
string pszSearch,
string pszReplace,
uint grfOptions,
int fResetStartPoint,
IVsFindHelper pHelper,
out int pfReplaced
)
public:
virtual int Replace(
String^ pszSearch,
String^ pszReplace,
unsigned int grfOptions,
int fResetStartPoint,
IVsFindHelper^ pHelper,
[OutAttribute] int% pfReplaced
) sealed
abstract Replace :
pszSearch:string *
pszReplace:string *
grfOptions:uint32 *
fResetStartPoint:int *
pHelper:IVsFindHelper *
pfReplaced:int byref -> int
override Replace :
pszSearch:string *
pszReplace:string *
grfOptions:uint32 *
fResetStartPoint:int *
pHelper:IVsFindHelper *
pfReplaced:int byref -> int
public final function Replace(
pszSearch : String,
pszReplace : String,
grfOptions : uint,
fResetStartPoint : int,
pHelper : IVsFindHelper,
pfReplaced : int
) : int
Parameters
- pszSearch
Type: System.String
Not currently implemented.
- pszReplace
Type: System.String
Not currently implemented.
- grfOptions
Type: System.UInt32
Not currently implemented.
- fResetStartPoint
Type: System.Int32
Not currently implemented.
- pHelper
Type: Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper
Not currently implemented.
- pfReplaced
Type: System.Int32%
Not currently implemented.
Return Value
Type: System.Int32
Not currently implemented.
Implements
IVsFindTarget.Replace(String, String, UInt32, Int32, IVsFindHelper, Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.