Partilhar via


Método IProfile.GetPropertyTypeByName

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

Sintaxe

'Declaração
Function GetPropertyTypeByName ( _
    name As String _
) As IPropertyType
IPropertyType GetPropertyTypeByName(
    string name
)
IPropertyType^ GetPropertyTypeByName(
    String^ name
)
abstract GetPropertyTypeByName : 
        name:string -> IPropertyType 
function GetPropertyTypeByName(
    name : String
) : IPropertyType

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Uml.Profiles.IPropertyType

Segurança do .NET Framework

Consulte também

Referência

IProfile Interface

Namespace Microsoft.VisualStudio.Uml.Profiles