IMetaclass.CanHaveStereotype Method (String)
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool CanHaveStereotype(
string name
)
bool CanHaveStereotype(
String^ name
)
abstract CanHaveStereotype :
name:string -> bool
Function CanHaveStereotype (
name As String
) As Boolean
Parameters
- name
Type: System.String
Return Value
Type: System.Boolean
See Also
IMetaclass Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top