다음을 통해 공유


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

‘선언
ReadOnly Property Guid As Guid
    Get
Guid Guid { get; }
property Guid Guid {
    Guid get ();
}
abstract Guid : Guid
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

Microsoft.VisualStudio.Data.Core Namespace