IProfile.GetPropertyTypeByName, méthode
Espace de noms : Microsoft.VisualStudio.Uml.Profiles
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Function GetPropertyTypeByName ( _
name As String _
) As IPropertyType
IPropertyType GetPropertyTypeByName(
string name
)
IPropertyType^ GetPropertyTypeByName(
String^ name
)
abstract GetPropertyTypeByName :
name:string -> IPropertyType
function GetPropertyTypeByName(
name : String
) : IPropertyType
Paramètres
- name
Type : System.String
Valeur de retour
Type : Microsoft.VisualStudio.Uml.Profiles.IPropertyType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.