GraphCommonSchema.IsCursorContainingMethod Property
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.
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.
public:
static property Microsoft::VisualStudio::GraphModel::GraphProperty ^ IsCursorContainingMethod { Microsoft::VisualStudio::GraphModel::GraphProperty ^ get(); };
public static Microsoft.VisualStudio.GraphModel.GraphProperty IsCursorContainingMethod { get; }
static member IsCursorContainingMethod : Microsoft.VisualStudio.GraphModel.GraphProperty
Public Shared ReadOnly Property IsCursorContainingMethod As GraphProperty