Freigeben über


IProfile.GetPropertyTypeByName-Methode

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

Syntax

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

Parameter

  • name
    Typ: String

Rückgabewert

Typ: Microsoft.VisualStudio.Uml.Profiles.IPropertyType

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfile Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace