UndoableGraphTransactionScope Constructor (String)
Construct a new UndoableGraphTransactionScope
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
undoDescription As String _
)
public UndoableGraphTransactionScope(
string undoDescription
)
public:
UndoableGraphTransactionScope(
String^ undoDescription
)
new :
undoDescription:string -> UndoableGraphTransactionScope
public function UndoableGraphTransactionScope(
undoDescription : String
)
Parameters
undoDescription
Type: StringThe user displayable string description
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UndoableGraphTransactionScope Class