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)

Syntax

声明
Property TypeLibraryFile As String
用法
Dim instance As VCManifestTool
Dim value As String

value = instance.TypeLibraryFile

instance.TypeLibraryFile = value
string TypeLibraryFile { get; set; }
property String^ TypeLibraryFile {
    String^ get ();
    void set (String^ value);
}
function get TypeLibraryFile () : String
function set TypeLibraryFile (value : String)

Property Value

Type: System.String

The name of the type library file.

Remarks

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

Permissions

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace