UndoableGraphTransactionScope.IsForceAdd 方法

访问,如果该事务标记为“强制添加”,将创建一个抵消单位,即使它是空。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Shared Function IsForceAdd ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As Boolean
public static bool IsForceAdd(
    Dictionary<Object, Object> scopeProperties
)
public:
static bool IsForceAdd(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member IsForceAdd : 
        scopeProperties:Dictionary<Object, Object> -> bool 
public static function IsForceAdd(
    scopeProperties : Dictionary<Object, Object>
) : boolean

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

UndoableGraphTransactionScope 类

Microsoft.VisualStudio.GraphModel 命名空间