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

value = instance.ShowLibName

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

Property Value

Type: System.Boolean

Implements

_TypeLibInfo.ShowLibName

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace