VCMidlTool.TypeLibraryName Property

Gets the name of the ActiveX (COM) type library reference.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property TypeLibraryName As String
string TypeLibraryName { get; set; }
property String^ TypeLibraryName {
    String^ get ();
    void set (String^ value);
}
abstract TypeLibraryName : string with get, set
function get TypeLibraryName () : String 
function set TypeLibraryName (value : String)

Property Value

Type: System.String
A string representing the name of the type library reference.

Remarks

Unless the reference is an ActiveX (COM) type library, this property returns a blank string.

.NET Framework Security

See Also

Reference

VCMidlTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace