IProfile.GetPropertyTypeByName (Método)
Espacio de nombres: Microsoft.VisualStudio.Uml.Profiles
Ensamblado: Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxis
'Declaración
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
Parámetros
- name
Tipo: System.String
Valor devuelto
Tipo: Microsoft.VisualStudio.Uml.Profiles.IPropertyType
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.