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.
Gets the Conditions removed from the Conditions collection of styles in this Graph during the transaction.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property RemovedConditions As IEnumerable(Of GraphCondition)
public IEnumerable<GraphCondition> RemovedConditions { get; }
public:
property IEnumerable<GraphCondition^>^ RemovedConditions {
IEnumerable<GraphCondition^>^ get ();
}
member RemovedConditions : IEnumerable<GraphCondition> with get
function get RemovedConditions () : IEnumerable<GraphCondition>
Property Value
Type: IEnumerable<GraphCondition>
.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.