TypeLibInfoClass.AddTypes 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 Function AddTypes ( _
    ByRef TypeInfoNumbers As Short(), _
    <OutAttribute> ByRef StartResults As SearchResults, _
    SearchType As TliSearchTypes, _
    Sort As Boolean _
) As SearchResults
'Usage
Dim instance As TypeLibInfoClass 
Dim TypeInfoNumbers As Short()
Dim StartResults As SearchResults 
Dim SearchType As TliSearchTypes 
Dim Sort As Boolean 
Dim returnValue As SearchResults 

returnValue = instance.AddTypes(TypeInfoNumbers, _
    StartResults, SearchType, Sort)
public virtual SearchResults AddTypes(
    ref short[] TypeInfoNumbers,
    out SearchResults StartResults,
    TliSearchTypes SearchType,
    bool Sort
)
public:
virtual SearchResults^ AddTypes(
    [InAttribute] array<short>^% TypeInfoNumbers, 
    [InAttribute] [OutAttribute] SearchResults^% StartResults, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool Sort
)
public function AddTypes(
    TypeInfoNumbers : short[], 
    StartResults : SearchResults, 
    SearchType : TliSearchTypes, 
    Sort : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

Implements

_TypeLibInfo.AddTypes(array<Int16[]%, SearchResults%, TliSearchTypes, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace