DiagramDocView.Replace, méthode
Actuellement non implémenté.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pszSearch
Type : System.String
Actuellement non implémenté.
- pszReplace
Type : System.String
Actuellement non implémenté.
- grfOptions
Type : System.UInt32
Actuellement non implémenté.
- fResetStartPoint
Type : System.Int32
Actuellement non implémenté.
- pHelper
Type : Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper
Actuellement non implémenté.
- pfReplaced
Type : System.Int32%
Actuellement non implémenté.
Valeur de retour
Type : System.Int32
Actuellement non implémenté.
Implémentations
IVsFindTarget.Replace(String, String, UInt32, Int32, IVsFindHelper, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.