Share via


IProfile.GetStereotypeByName Method

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

Syntax

'Declaration
Function GetStereotypeByName ( _
    name As String _
) As IStereotype
IStereotype GetStereotypeByName(
    string name
)
IStereotype^ GetStereotypeByName(
    String^ name
)
abstract GetStereotypeByName : 
        name:string -> IStereotype 
function GetStereotypeByName(
    name : String
) : IStereotype

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Profiles.IStereotype

.NET Framework Security

See Also

Reference

IProfile Interface

Microsoft.VisualStudio.Uml.Profiles Namespace