共用方式為


IInteractionUse.ReferredToFile 屬性

其中有定義 RefersTo 互動 (順序圖表) 的檔案。

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

語法

'宣告
Property ReferredToFile As String
string ReferredToFile { get; set; }
property String^ ReferredToFile {
    String^ get ();
    void set (String^ value);
}
abstract ReferredToFile : string with get, set
function get ReferredToFile () : String
function set ReferredToFile (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IInteractionUse 介面

Microsoft.VisualStudio.Uml.Interactions 命名空間