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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.