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)
屬性值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。