Compartilhar via


SearchProviderSettingsDataSource.SearchProgressType Property

Microsoft internal use only. Gets or sets the value indicating the progress type supported by the search provider. Default is 0 (SPT_NONE); do not display progress type; value can be 0 (SPT_NONE, no display), 1 (SPT_INDETERMINATE, infinite-loop animation) or 2 (SPT_DETERMINATE, 0-100% progress bar).

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property SearchProgressType As VSSEARCHPROGRESSTYPE
public VSSEARCHPROGRESSTYPE SearchProgressType { get; set; }
public:
property VSSEARCHPROGRESSTYPE SearchProgressType {
    VSSEARCHPROGRESSTYPE get ();
    void set (VSSEARCHPROGRESSTYPE value);
}
member SearchProgressType : VSSEARCHPROGRESSTYPE with get, set
function get SearchProgressType () : VSSEARCHPROGRESSTYPE 
function set SearchProgressType (value : VSSEARCHPROGRESSTYPE)

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VSSEARCHPROGRESSTYPE
Returns the progress type value.

.NET Framework Security

See Also

Reference

SearchProviderSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace