TLIApplicationClass Class

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
<ClassInterfaceAttribute()> _
<GuidAttribute("8B21775E-717D-11CE-AB5B-D41203C10000")> _
Public Class TLIApplicationClass _
    Implements _TLIApplication, TLIApplication
'Usage
Dim instance As TLIApplicationClass
[ClassInterfaceAttribute()]
[GuidAttribute("8B21775E-717D-11CE-AB5B-D41203C10000")]
public class TLIApplicationClass : _TLIApplication, 
    TLIApplication
[ClassInterfaceAttribute()]
[GuidAttribute(L"8B21775E-717D-11CE-AB5B-D41203C10000")]
public ref class TLIApplicationClass : _TLIApplication, 
    TLIApplication
public class TLIApplicationClass implements _TLIApplication, TLIApplication

Inheritance Hierarchy

System.Object
  TLI.TLIApplicationClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TLIApplicationClass Members

TLI Namespace