Sdílet prostřednictvím


DatabaseSchemaViewLocalizableProperties.GetPropertyOwner – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Object

Implementuje

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaViewLocalizableProperties Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal – obor názvů