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.
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
- 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.