FrameworkElementFactory.NextSibling 屬性

定義

取得下一個同層級 (Sibling) 處理站。

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

屬性值

FrameworkElementFactory

FrameworkElementFactory,是下一個同層級的處理站。

適用於