IProfile.GetStereotypeByName Method
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Function GetStereotypeByName ( _
name As String _
) As IStereotype
IStereotype GetStereotypeByName(
string name
)
IStereotype^ GetStereotypeByName(
String^ name
)
abstract GetStereotypeByName :
name:string -> IStereotype
function GetStereotypeByName(
name : String
) : IStereotype
Parameters
- name
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Uml.Profiles.IStereotype
.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.