共用方式為


PropertyContainer.GetOwningPropertyContainer 方法

取得所指定相依性物件的 OwningPropertyContainer 附加屬性值。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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

參數

傳回值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyContainer
主控 PropertyContainer

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀