Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.