Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the type library file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property TypeLibraryFile As String
Get
Set
string TypeLibraryFile { get; set; }
property String^ TypeLibraryFile {
String^ get ();
void set (String^ value);
}
abstract TypeLibraryFile : string with get, set
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.