IProfile.GetPropertyTypeByName Method (String)

 

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

Syntax

IPropertyType GetPropertyTypeByName(
    string name
)
IPropertyType^ GetPropertyTypeByName(
    String^ name
)
abstract GetPropertyTypeByName : 
        name:string -> IPropertyType
Function GetPropertyTypeByName (
    name As String
) As IPropertyType

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Profiles.IPropertyType

See Also

IProfile Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top