Partager via


PropertyContainer.SetOwningPropertyContainer, méthode

Définit 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 Sub SetOwningPropertyContainer ( _
    dependencyObject As DependencyObject, _
    value As PropertyContainer _
)
public static void SetOwningPropertyContainer(
    DependencyObject dependencyObject,
    PropertyContainer value
)
public:
static void SetOwningPropertyContainer(
    DependencyObject^ dependencyObject, 
    PropertyContainer^ value
)
static member SetOwningPropertyContainer : 
        dependencyObject:DependencyObject * 
        value:PropertyContainer -> unit 
public static function SetOwningPropertyContainer(
    dependencyObject : DependencyObject, 
    value : PropertyContainer
)

Paramètres

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