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 命名空间