Udostępnij za pośrednictwem


PropertyInfo Constructor (String, Object, Type, Boolean)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

PropertyInfo Class

PropertyInfo Overload

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace