Dela via


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
'Usage
Dim instance As IVsDataProvider 
Dim value As Guid 

value = instance.Guid
Guid Guid { get; }
property Guid Guid {
    Guid 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

See Also

Reference

IVsDataProvider Interface

IVsDataProvider Members

Microsoft.VisualStudio.Data.Core Namespace