次の方法で共有


IncrementalSearchResult.PassedEndOfBuffer Property

Determines whether the search wrapped around the end of the buffer to its beginning.

Namespace:  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'宣言
Public Property PassedEndOfBuffer As Boolean
    Get
    Private Set
public bool PassedEndOfBuffer { get; private set; }
public:
property bool PassedEndOfBuffer {
    bool get ();
    private: void set (bool value);
}
member PassedEndOfBuffer : bool with get, private set
function get PassedEndOfBuffer () : boolean
private function set PassedEndOfBuffer (value : boolean)

Property Value

Type: System.Boolean
true if the search has wrapped around the end of the buffer, otherwise false.

Remarks

This is applicable only if the search direction is forward.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace