Share via


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

See Also

Reference

AddedComReference Class

AddedComReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace