共用方式為


IMetaclass.CanHaveStereotype 方法

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

語法

'宣告
Function CanHaveStereotype ( _
    name As String _
) As Boolean
bool CanHaveStereotype(
    string name
)
bool CanHaveStereotype(
    String^ name
)
abstract CanHaveStereotype : 
        name:string -> bool 
function CanHaveStereotype(
    name : String
) : boolean

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IMetaclass 介面

Microsoft.VisualStudio.Uml.Profiles 命名空間