VCManifestTool::TypeLibraryFile Property

 

Gets or sets the name of the type library file.

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

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

Property Value

Type: System::String^

The name of the type library file.

TypeLibraryFile exposes the functionality of the /TLBOUT (Name .TLB File) linker option.

Return to top
Show: