Método IProfile.GetStereotypeByName

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Uml.Profiles.IStereotype

Segurança do .NET Framework

Consulte também

Referência

IProfile Interface

Namespace Microsoft.VisualStudio.Uml.Profiles