Share via


IProfile.GetMetaclassByName Method (String)

 

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

Syntax

IMetaclass GetMetaclassByName(
    string name
)
IMetaclass^ GetMetaclassByName(
    String^ name
)
abstract GetMetaclassByName : 
        name:string -> IMetaclass
Function GetMetaclassByName (
    name As String
) As IMetaclass

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Profiles.IMetaclass

See Also

IProfile Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top