Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IPropertyType
See Also
IProfile Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top