Partager via


PropertyContainer.GetOwningPropertyContainer, méthode

Obtient la valeur de la propriété jointe OwningPropertyContainer pour un objet de dépendance spécifique.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Function GetOwningPropertyContainer ( _
    dependencyObject As DependencyObject _
) As PropertyContainer
public static PropertyContainer GetOwningPropertyContainer(
    DependencyObject dependencyObject
)
public:
static PropertyContainer^ GetOwningPropertyContainer(
    DependencyObject^ dependencyObject
)
static member GetOwningPropertyContainer : 
        dependencyObject:DependencyObject -> PropertyContainer 
public static function GetOwningPropertyContainer(
    dependencyObject : DependencyObject
) : PropertyContainer

Paramètres

Valeur de retour

Type : Microsoft.Windows.Design.PropertyEditing.PropertyContainer
PropertyContainer propriétaire.

Sécurité .NET Framework

Voir aussi

Référence

PropertyContainer Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété

Vue d'ensemble des propriétés de dépendance