SearchProviderSettingsDataSource.SearchProgressType Property

Definition

Gets or sets the progress type to use for this search provider during a search.

public:
 property Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE SearchProgressType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE value); };
public:
 property Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE SearchProgressType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE value); };
public Microsoft.VisualStudio.Shell.Interop.VSSEARCHPROGRESSTYPE SearchProgressType { get; set; }
member this.SearchProgressType : Microsoft.VisualStudio.Shell.Interop.VSSEARCHPROGRESSTYPE with get, set
Public Property SearchProgressType As VSSEARCHPROGRESSTYPE

Property Value

Returns the progress type value.

Applies to