IProfileManager.GetProfileByName-Methode
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
Parameter
- name
Typ: String
Rückgabewert
Typ: Microsoft.VisualStudio.Uml.Profiles.IProfile
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.