GraphTransactionScope-Konstruktor (GraphTransactionScopeOptions)
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 ( _
options As GraphTransactionScopeOptions _
)
public GraphTransactionScope(
GraphTransactionScopeOptions options
)
public:
GraphTransactionScope(
GraphTransactionScopeOptions options
)
new :
options:GraphTransactionScopeOptions -> GraphTransactionScope
public function GraphTransactionScope(
options : GraphTransactionScopeOptions
)
Parameter
options
Typ: Microsoft.VisualStudio.GraphModel.GraphTransactionScopeOptionsOptionen zugeordnet mit diesem Transaktionsbereich
.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.