Compartir a través de


PropertyInfo (Constructor) (String, Object, Type, Boolean)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (en Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Sintaxis

'Declaración
Public Sub New ( _
    propertyName As String, _
    propertyValue As Object, _
    type As Type, _
    isPrimitive As Boolean _
)
public PropertyInfo(
    string propertyName,
    Object propertyValue,
    Type type,
    bool isPrimitive
)
public:
PropertyInfo(
    String^ propertyName, 
    Object^ propertyValue, 
    Type^ type, 
    bool isPrimitive
)
new : 
        propertyName:string * 
        propertyValue:Object * 
        type:Type * 
        isPrimitive:bool -> PropertyInfo
public function PropertyInfo(
    propertyName : String, 
    propertyValue : Object, 
    type : Type, 
    isPrimitive : boolean
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PropertyInfo Clase

PropertyInfo (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (Espacio de nombres)