TypeLibInfoClass.SearchDefault Property

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 Property SearchDefault As TliSearchTypes
'Usage
Dim instance As TypeLibInfoClass 
Dim value As TliSearchTypes 

value = instance.SearchDefault

instance.SearchDefault = value
public virtual TliSearchTypes SearchDefault { get; set; }
public:
virtual property TliSearchTypes SearchDefault {
    TliSearchTypes get ();
    void set (TliSearchTypes value);
}
public function get SearchDefault () : TliSearchTypes 
public function set SearchDefault (value : TliSearchTypes)

Property Value

Type: TLI.TliSearchTypes

Implements

_TypeLibInfo.SearchDefault

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace