Share via


IStereotype.CanApplyTo Method (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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IStereotype Interface

CanApplyTo Overload

Microsoft.VisualStudio.Uml.Profiles Namespace