FrameworkElementFactory.NextSibling 属性

定义

获取下一个同级工厂。

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

适用于