Freigeben über


IStereotype.CanApplyTo-Methode (Type)

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

Syntax

'Declaration
Function CanApplyTo ( _
    type As Type _
) As Boolean
bool CanApplyTo(
    Type type
)
bool CanApplyTo(
    Type^ type
)
abstract CanApplyTo : 
        type:Type -> bool
function CanApplyTo(
    type : Type
) : boolean

Parameter

  • type
    Typ: Type

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IStereotype Schnittstelle

CanApplyTo-Überladung

Microsoft.VisualStudio.Uml.Profiles-Namespace