Condividi tramite


Metodo IProfile.GetPropertyTypeByName

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Uml.Profiles.IPropertyType

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProfile Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Profiles