Freigeben über


IProfile.GetStereotypeByName-Methode

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Uml.Profiles.IStereotype

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfile Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace