Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool CanApplyTo(
    string name
)
bool CanApplyTo(
    String^ name
)
abstract CanApplyTo : 
        name:string -> bool
Function CanApplyTo (
    name As String
) As Boolean
Parameters
- name
 Type: System.String
Return Value
Type: System.Boolean
See Also
CanApplyTo Overload
IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top