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)

property String^ TypeLibraryName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string representing the name of the type library reference.

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

Return to top
Show: