共用方式為


IPort.IsService 屬性

如果這個連接埠構成外部函式主控物件的一部分,則為 true。 如果連接埠被視為實作的一部分則為 false。

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

語法

'宣告
Property IsService As Boolean
    Get
    Set
bool IsService { get; set; }
property bool IsService {
    bool get ();
    void set (bool value);
}
abstract IsService : bool with get, set
function get IsService () : boolean
function set IsService (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IPort 介面

Microsoft.VisualStudio.Uml.CompositeStructures 命名空間