TypeLibInfoClass.ResetSearchCriteria Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
Public Overridable Sub ResetSearchCriteria ( _
    TypeFilter As TypeFlags, _
    IncludeEmptyTypes As Boolean, _
    ShowUnderscore As Boolean _
)
'Usage
Dim instance As TypeLibInfoClass 
Dim TypeFilter As TypeFlags 
Dim IncludeEmptyTypes As Boolean 
Dim ShowUnderscore As Boolean

instance.ResetSearchCriteria(TypeFilter, _
    IncludeEmptyTypes, ShowUnderscore)
public virtual void ResetSearchCriteria(
    TypeFlags TypeFilter,
    bool IncludeEmptyTypes,
    bool ShowUnderscore
)
public:
virtual void ResetSearchCriteria(
    [InAttribute] TypeFlags TypeFilter, 
    [InAttribute] bool IncludeEmptyTypes, 
    [InAttribute] bool ShowUnderscore
)
public function ResetSearchCriteria(
    TypeFilter : TypeFlags, 
    IncludeEmptyTypes : boolean, 
    ShowUnderscore : boolean
)

Parameters

Implements

_TypeLibInfo.ResetSearchCriteria(TypeFlags, Boolean, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace