GraphTransactionScope 构造函数 (String)

构造函数。 此参数通过使用 TLS 变量将此 GraphTransactionScope 与外部范围的 GraphTransactionScope 联系在一起。

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

语法

声明
Public Sub New ( _
    id As String _
)
public GraphTransactionScope(
    string id
)
public:
GraphTransactionScope(
    String^ id
)
new : 
        id:string -> GraphTransactionScope
public function GraphTransactionScope(
    id : String
)

参数

  • id
    类型:String

.NET Framework 安全性

请参阅

参考

GraphTransactionScope 类

GraphTransactionScope 重载

Microsoft.VisualStudio.GraphModel 命名空间