PrivateObject.GetFieldOrProperty Method (String)

Gets a value of a wrapped field or property based on the name.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public Function GetFieldOrProperty ( _
    name As String _
) As Object
public Object GetFieldOrProperty(
    string name
)
public:
Object^ GetFieldOrProperty(
    String^ name
)
member GetFieldOrProperty : 
        name:string -> Object
public function GetFieldOrProperty(
    name : String
) : Object

Parameters

  • name
    Type: String

    The name of the private field or property to get.

Return Value

Type: Object
The value set for the name field or property.

Remarks

Important

This is important for Visual Basic source code as fields and properties are used the same way.

.NET Framework Security

See Also

Reference

PrivateObject Class

GetFieldOrProperty Overload

Microsoft.VisualStudio.TestTools.UnitTesting Namespace