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
- dependencyObject
Type : System.Windows.DependencyObject
DependencyObject auprès duquel est obtenue la propriété.
Valeur de retour
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