Freigeben über


IMetaclass.CanHaveStereotype-Methode

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
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

Parameter

  • name
    Typ: String

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IMetaclass Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace