Freigeben über


IVsComReference.Guid Property

Gets or sets the GUID that identifies the COM reference.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Property Guid As Guid
Guid Guid { get; set; }
property Guid Guid {
    Guid get ();
    void set (Guid value);
}
abstract Guid : Guid with get, set
function get Guid () : Guid 
function set Guid (value : Guid)

Property Value

Type: Guid
The GUID of the COM reference.

.NET Framework Security

See Also

Reference

IVsComReference Interface

Microsoft.VisualStudio.Shell.Interop Namespace