IProfile.GetStereotypeByName – metoda
Obor názvů: Microsoft.VisualStudio.Uml.Profiles
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
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
Parametry
- name
Typ: String
Vrácená hodnota
Typ: Microsoft.VisualStudio.Uml.Profiles.IStereotype
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.