GraphDataObject.GetSourceGuid(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the source guid for the given data object.
public:
static Guid GetSourceGuid(System::Windows::IDataObject ^ data);
public static Guid GetSourceGuid (System.Windows.IDataObject data);
static member GetSourceGuid : System.Windows.IDataObject -> Guid
Public Shared Function GetSourceGuid (data As IDataObject) As Guid
Parameters
- data
- IDataObject
Returns
The source guid, or an empty guid is no source guid was present.