Compartilhar via


Método PropertyGroup.ICustomTypeDescriptor.GetPropertyOwner

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
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 não oferece suporte para implementações de interfaces explícitas.

Parâmetros

Valor de retorno

Tipo: System.Object

Implementações

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Segurança do .NET Framework

Consulte também

Referência

PropertyGroup Classe

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