IVsDataProvider.Guid Property
Gets the unique identifier of the DDEX provider.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
ReadOnly Property Guid As Guid
Guid Guid { get; }
property Guid Guid {
Guid get ();
}
abstract Guid : Guid with get
function get Guid () : Guid
Property Value
Type: System.Guid
The unique identifier of the DDEX provider.
Remarks
Each DDEX provider is uniquely identified by a GUID. The provider GUID is typically passed between components as a way of keeping track of a particular DDEX provider.
.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.