IInteractionUse.HasReference 屬性
如果互動具有另一個互動的參考,則為 true。 如果使用者尚未定義此部份序列的詳細資訊,則為 false。
命名空間: Microsoft.VisualStudio.Uml.Interactions
組件: Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
語法
'宣告
ReadOnly Property HasReference As Boolean
bool HasReference { get; }
property bool HasReference {
bool get ();
}
abstract HasReference : bool with get
function get HasReference () : boolean
屬性值
類型:Boolean
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。