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
IProfile GetProfileByName(
string name
)
IProfile^ GetProfileByName(
String^ name
)
abstract GetProfileByName :
name:string -> IProfile
Function GetProfileByName (
name As String
) As IProfile
Parameters
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IProfile
See Also
IProfileManager Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top