GraphCommonSchema.IsCursorContainingMethod 属性
标记与指示是否的特定属性的 DGML 节点作为拖动源的一个包含的方法在拖动放置操作的。 不需要本地化元数据,因为此属性不可浏览的。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Shared Property IsCursorContainingMethod As GraphProperty
public static GraphProperty IsCursorContainingMethod { get; private set; }
public:
static property GraphProperty^ IsCursorContainingMethod {
GraphProperty^ get ();
private: void set (GraphProperty^ value);
}
static member IsCursorContainingMethod : GraphProperty with get, private set
static function get IsCursorContainingMethod () : GraphProperty
private static function set IsCursorContainingMethod (value : GraphProperty)
属性值
类型:Microsoft.VisualStudio.GraphModel.GraphProperty
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。