IObjectNode.InStates Property
If not empty, this node accepts only objects in the specified states.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property InStates As IList(Of IState)
IList<IState> InStates { get; }
property IList<IState^>^ InStates {
IList<IState^>^ get ();
}
abstract InStates : IList<IState> with get
function get InStates () : IList<IState>
Property Value
Type: System.Collections.Generic.IList<IState>
.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.