IMetaclass.CanHaveStereotype Method
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Function CanHaveStereotype ( _
name As String _
) As Boolean
bool CanHaveStereotype(
string name
)
bool CanHaveStereotype(
String^ name
)
abstract CanHaveStereotype :
name:string -> bool
function CanHaveStereotype(
name : String
) : boolean
Parameters
- name
Type: System.String
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.