Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the given node ID was removed during this transaction.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function IsRemoved ( _
id As GraphNodeId _
) As Boolean
public bool IsRemoved(
GraphNodeId id
)
public:
bool IsRemoved(
GraphNodeId^ id
)
member IsRemoved :
id:GraphNodeId -> bool
public function IsRemoved(
id : GraphNodeId
) : boolean
Parameters
Return Value
Type: Boolean
True if the given node ID was removed.
.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.