共用方式為


IObjectNode.InStates 屬性

如果不為空,此節點只接受指定狀態中的物件。

命名空間:  Microsoft.VisualStudio.Uml.Activities
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<IState>

.NET Framework 安全性

請參閱

參考

IObjectNode 介面

Microsoft.VisualStudio.Uml.Activities 命名空間