TextBox.LogicalChildren プロパティ

定義

TextBox の論理上の子要素に対する列挙子を取得します。

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator

プロパティ値

TextBox の論理上の子要素に対する列挙子。

注釈

プロパティは LogicalChildren 、 プロパティと等しい を含むコレクションの String 列挙子を Text 返します。

適用対象