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
- type
Type: System.Type
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.