GraphCommonSchema::IsCursorContainingMethod Property

 

Marks DGML node with special attribute indicating whether it was a containing method of the drag source in a drag 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^ IsCursorContainingMethod {
	static GraphProperty^ get();
	private: static void set(GraphProperty^ value);
}
Return to top
Show: