Método IStereotype.GetPropertyByName

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Uml.Profiles.IProperty

Segurança do .NET Framework

Consulte também

Referência

IStereotype Interface

Namespace Microsoft.VisualStudio.Uml.Profiles