Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As VCMidlTool
Dim value As String
value = instance.TypeLibraryName
instance.TypeLibraryName = value
string TypeLibraryName { get; set; }
property String^ TypeLibraryName {
String^ get ();
void set (String^ value);
}
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.