AddedComReference.Libid Property
Gets the GUID that identifies the type library.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Libid As Guid
'Usage
Dim instance As AddedComReference
Dim value As Guid
value = instance.Libid
public Guid Libid { get; }
public:
property Guid Libid {
Guid get ();
}
public function get Libid () : Guid
Property Value
Type: System.Guid
The GUID of the type library.
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace