GraphDataObject::GetSourceGuid Method (IDataObject^)

 

Gets the source guid for the given data object.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static Guid GetSourceGuid(
	IDataObject^ data
)

Parameters

data
Type: System.Windows::IDataObject^

Return Value

Type: System::Guid

The source guid, or an empty guid is no source guid was present.

Return to top
Show: