Sdílet prostřednictvím


DiagramDocView.Replace – metoda

Není aktuálně implementováno.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • pszReplace
    Typ: System.String
    Není aktuálně implementováno.
  • grfOptions
    Typ: System.UInt32
    Není aktuálně implementováno.
  • fResetStartPoint
    Typ: System.Int32
    Není aktuálně implementováno.
  • pfReplaced
    Typ: System.Int32%
    Není aktuálně implementováno.

Vrácená hodnota

Typ: System.Int32
Není aktuálně implementováno.

Implementuje

IVsFindTarget.Replace(String, String, UInt32, Int32, IVsFindHelper, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramDocView Třída

Microsoft.VisualStudio.Modeling.Shell – obor názvů