GraphUpdatedEventArgs.IsAdded Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Determines whether the given node ID was added during this transaction.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function IsAdded ( _
id As GraphNodeId _
) As Boolean
public bool IsAdded(
GraphNodeId id
)
public:
bool IsAdded(
GraphNodeId^ id
)
member IsAdded :
id:GraphNodeId -> bool
public function IsAdded(
id : GraphNodeId
) : boolean
Parameters
Return Value
Type: System.Boolean
True if the given node ID was added.
.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.