Freigeben über


IProfile.GetMetaclassByName-Methode

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

Syntax

'Declaration
Function GetMetaclassByName ( _
    name As String _
) As IMetaclass
IMetaclass GetMetaclassByName(
    string name
)
IMetaclass^ GetMetaclassByName(
    String^ name
)
abstract GetMetaclassByName : 
        name:string -> IMetaclass 
function GetMetaclassByName(
    name : String
) : IMetaclass

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Uml.Profiles.IMetaclass

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfile Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace