IProfileManager.GetProfileByName Method
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Function GetProfileByName ( _
name As String _
) As IProfile
IProfile GetProfileByName(
string name
)
IProfile^ GetProfileByName(
String^ name
)
abstract GetProfileByName :
name:string -> IProfile
function GetProfileByName(
name : String
) : IProfile
Parameters
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IProfile
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.