IProfile.GetStereotypeByName Method (String)

 

Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IStereotype GetStereotypeByName(
    string name
)
IStereotype^ GetStereotypeByName(
    String^ name
)
abstract GetStereotypeByName : 
        name:string -> IStereotype
Function GetStereotypeByName (
    name As String
) As IStereotype

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Profiles.IStereotype

See Also

IProfile Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top