TestSpecList.GetPropertyOwner Method

Gets the owner of the specified property.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object
public Object GetPropertyOwner(
    PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed
abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object  
override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
public final function GetPropertyOwner(
    pd : PropertyDescriptor
) : Object

Parameters

Return Value

Type: System.Object
An Object representing the owner of the specified property.

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

.NET Framework Security

See Also

Reference

TestSpecList Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace