PropertyGroup.ICustomTypeDescriptor.GetPropertyOwner-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
Object ICustomTypeDescriptor.GetPropertyOwner(
    PropertyDescriptor pd
)
private:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner
private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object 
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

Rückgabewert

Typ: System.Object

Implementiert

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace