GraphCommonSchema::IsDragSource Property

 

Marks DGML node with a special attribute indicating whether it was part of the drag source in a drag and drop operation.

No need to localize the metadata because this property is not browsable.

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

public:
property GraphProperty^ IsDragSource {
	static GraphProperty^ get();
	private: static void set(GraphProperty^ value);
}
Return to top
Show: