Share via


Find.ExecuteOld Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim FindText As Object
Dim MatchCase As Object
Dim MatchWholeWord As Object
Dim MatchWildcards As Object
Dim MatchSoundsLike As Object
Dim MatchAllWordForms As Object
Dim Forward As Object
Dim Wrap As Object
Dim Format As Object
Dim ReplaceWith As Object
Dim Replace As Object
Dim returnValue As Boolean
Dim find1 As Find
returnValue = find1.ExecuteOld(FindText, MatchCase, MatchWholeWord, MatchWildcards, MatchSoundsLike, MatchAllWordForms, Forward, Wrap, Format, ReplaceWith, Replace)

Syntax

Function ExecuteOld( _
    <InAttribute()> Optional ByRef FindText As Object, _
    <InAttribute()> Optional ByRef MatchCase As Object, _
    <InAttribute()> Optional ByRef MatchWholeWord As Object, _
    <InAttribute()> Optional ByRef MatchWildcards As Object, _
    <InAttribute()> Optional ByRef MatchSoundsLike As Object, _
    <InAttribute()> Optional ByRef MatchAllWordForms As Object, _
    <InAttribute()> Optional ByRef Forward As Object, _
    <InAttribute()> Optional ByRef Wrap As Object, _
    <InAttribute()> Optional ByRef Format As Object, _
    <InAttribute()> Optional ByRef ReplaceWith As Object, _
    <InAttribute()> Optional ByRef Replace As Object _
) As Boolean
bool ExecuteOld(
    [In, Optional] ref object FindText, 
    [In, Optional] ref object MatchCase, 
    [In, Optional] ref object MatchWholeWord, 
    [In, Optional] ref object MatchWildcards, 
    [In, Optional] ref object MatchSoundsLike, 
    [In, Optional] ref object MatchAllWordForms, 
    [In, Optional] ref object Forward, 
    [In, Optional] ref object Wrap, 
    [In, Optional] ref object Format, 
    [In, Optional] ref object ReplaceWith, 
    [In, Optional] ref object Replace
);
public: Boolean ExecuteOld(
    &Object^ FindText, 
    &Object^ MatchCase, 
    &Object^ MatchWholeWord, 
    &Object^ MatchWildcards, 
    &Object^ MatchSoundsLike, 
    &Object^ MatchAllWordForms, 
    &Object^ Forward, 
    &Object^ Wrap, 
    &Object^ Format, 
    &Object^ ReplaceWith, 
    &Object^ Replace
);
public boolean ExecuteOld(
    /*in*/System.Object FindText, 
    /*in*/System.Object MatchCase, 
    /*in*/System.Object MatchWholeWord, 
    /*in*/System.Object MatchWildcards, 
    /*in*/System.Object MatchSoundsLike, 
    /*in*/System.Object MatchAllWordForms, 
    /*in*/System.Object Forward, 
    /*in*/System.Object Wrap, 
    /*in*/System.Object Format, 
    /*in*/System.Object ReplaceWith, 
    /*in*/System.Object Replace
);
function ExecuteOld(
     FindText : Object, 
     MatchCase : Object, 
     MatchWholeWord : Object, 
     MatchWildcards : Object, 
     MatchSoundsLike : Object, 
     MatchAllWordForms : Object, 
     Forward : Object, 
     Wrap : Object, 
     Format : Object, 
     ReplaceWith : Object, 
     Replace : Object
) : Boolean;

Parameters

  • FindText
    This parameter is intended for internal use only.
  • MatchCase
    This parameter is intended for internal use only.
  • MatchWholeWord
    This parameter is intended for internal use only.
  • MatchWildcards
    This parameter is intended for internal use only.
  • MatchSoundsLike
    This parameter is intended for internal use only.
  • MatchAllWordForms
    This parameter is intended for internal use only.
  • Forward
    This parameter is intended for internal use only.
  • Wrap
    This parameter is intended for internal use only.
  • Format
    This parameter is intended for internal use only.
  • ReplaceWith
    This parameter is intended for internal use only.
  • Replace
    This parameter is intended for internal use only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Find Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Find Members