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
- 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.