Freigeben über


GraphTransactionScope-Konstruktor (String)

Konstruktor. Dies ordnet diesen GraphTransactionScope einem in äußeren Bereichsblöcken zu, indem eine TLS-Variable verwendet wird.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Parameter

  • id
    Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphTransactionScope Klasse

GraphTransactionScope-Überladung

Microsoft.VisualStudio.GraphModel-Namespace