共用方式為


TextPointer.Parent 屬性

定義

取得涵蓋目前位置的邏輯父代。

public:
 property System::Windows::DependencyObject ^ Parent { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Parent { get; }
member this.Parent : System.Windows.DependencyObject
Public ReadOnly Property Parent As DependencyObject

屬性值

DependencyObject

涵蓋目前位置的邏輯父代。

適用於

另請參閱