Share via


_TypeLibInfo.Register 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
Sub Register ( _
    HelpDir As String _
)
'Usage
Dim instance As _TypeLibInfo 
Dim HelpDir As String

instance.Register(HelpDir)
void Register(
    string HelpDir
)
void Register(
    [InAttribute] String^ HelpDir
)
function Register(
    HelpDir : String
)

Parameters

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace