IStereotype.CanApplyTo Method (Type)
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool CanApplyTo(
Type type
)
bool CanApplyTo(
Type^ type
)
abstract CanApplyTo :
type:Type -> bool
Function CanApplyTo (
type As Type
) As Boolean
Parameters
- type
Type: System.Type
Return Value
Type: System.Boolean
See Also
CanApplyTo Overload
IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top