Propriedade IObjectNode.InStates

Se não aceita este nó vazio, somente os objetos em estados especificados.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IObjectNode Interface

Namespace Microsoft.VisualStudio.Uml.Activities