IProfileManager.GetProfileByName – metoda
Obor názvů: Microsoft.VisualStudio.Uml.Profiles
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
Function GetProfileByName ( _
name As String _
) As IProfile
IProfile GetProfileByName(
string name
)
IProfile^ GetProfileByName(
String^ name
)
abstract GetProfileByName :
name:string -> IProfile
function GetProfileByName(
name : String
) : IProfile
Parametry
- name
Typ: String
Vrácená hodnota
Typ: Microsoft.VisualStudio.Uml.Profiles.IProfile
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.