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