Freigeben über


IStereotype.CanApplyTo-Methode (String)

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

Syntax

'Declaration
Function CanApplyTo ( _
    name As String _
) As Boolean
bool CanApplyTo(
    string name
)
bool CanApplyTo(
    String^ name
)
abstract CanApplyTo : 
        name:string -> bool
function CanApplyTo(
    name : String
) : boolean

Parameter

  • name
    Typ: String

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IStereotype Schnittstelle

CanApplyTo-Überladung

Microsoft.VisualStudio.Uml.Profiles-Namespace