VCManifestTool.TypeLibraryFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.