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.
Links that were previously present in Graph.Links that has data changed during the transaction
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedLinks As IEnumerable(Of GraphLink)
Get
public IEnumerable<GraphLink> ChangedLinks { get; }
public:
property IEnumerable<GraphLink^>^ ChangedLinks {
IEnumerable<GraphLink^>^ get ();
}
member ChangedLinks : IEnumerable<GraphLink>
function get ChangedLinks () : IEnumerable<GraphLink>
Property Value
Type: System.Collections.Generic.IEnumerable<GraphLink>
.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.