Método IStereotype.CanApplyTo (Type)
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
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
Parâmetros
- type
Tipo: System.Type
Valor de retorno
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.