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
- dependencyObject
Type : System.Windows.DependencyObject
DependencyObject sur lequel définir la propriété.
- value
Type : Microsoft.Windows.Design.PropertyEditing.PropertyContainer
PropertyContainer propriétaire.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms
Autres ressources
Extensibilité du Concepteur WPF