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)

[DispIdAttribute(1610743810)]
property Guid Guid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of the COM reference.

Return to top
Show: