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: System.Type
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.