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)
    Get
IList<IState> InStates { get; }
property IList<IState^>^ InStates {
    IList<IState^>^ get ();
}
abstract InStates : IList<IState>
function get InStates () : IList<IState>

Property Value

Type: System.Collections.Generic.IList<IState>

.NET Framework Security

See Also

Reference

IObjectNode Interface

Microsoft.VisualStudio.Uml.Activities Namespace