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
- propertyName
Type: System.String
- propertyValue
Type: System.Object
- type
Type: System.Type
- isPrimitive
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace