_TypeLibInfo.ShowLibName 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
Property ShowLibName As Boolean
'Usage
Dim instance As _TypeLibInfo 
Dim value As Boolean 

value = instance.ShowLibName

instance.ShowLibName = value
bool ShowLibName { get; set; }
property bool ShowLibName {
    bool get ();
    void set (bool value);
}
function get ShowLibName () : boolean 
function set ShowLibName (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace