Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the object that contains the specified property descriptor.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.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
- pd
Type: System.ComponentModel.PropertyDescriptor
The property descriptor of which the owner is desired.
Return Value
Type: System.Object
The object that contains the specified property descriptor.
Implements
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
Remarks
This base implementation always returns this properties object.
.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.