VCManifestTool.TypeLibraryFile Property

Definition

Gets or sets the name of the type library file.

public:
 property System::String ^ TypeLibraryFile { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TypeLibraryFile { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(12)]
public string TypeLibraryFile { [System.Runtime.InteropServices.DispId(12)] get; [System.Runtime.InteropServices.DispId(12)] set; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<set: System.Runtime.InteropServices.DispId(12)>]
member this.TypeLibraryFile : string with get, set
Public Property TypeLibraryFile As String

Property Value

The name of the type library file.

Attributes

Remarks

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

Applies to