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 the name of the ActiveX (COM) type library reference.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property TypeLibraryName As String
Get
Set
string TypeLibraryName { get; set; }
property String^ TypeLibraryName {
String^ get ();
void set (String^ value);
}
abstract TypeLibraryName : string with get, set
function get TypeLibraryName () : String
function set TypeLibraryName (value : String)
Property Value
Type: System.String
A string representing the name of the type library reference.
Remarks
Unless the reference is an ActiveX (COM) type library, this property returns a blank string.
.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.