Share via


IVsDataSource.Guid Property

Gets the unique identifier of the DDEX data source.

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 IVsDataSource 
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 data source.

Remarks

Each DDEX data source is uniquely identified by a GUID. The data source GUID is typically passed between components as a way of keeping track of the DDEX data source.

.NET Framework Security

See Also

Reference

IVsDataSource Interface

IVsDataSource Members

Microsoft.VisualStudio.Data.Core Namespace