次の方法で共有


TextImage.Lines プロパティ

定義

TextImage に関連付けられている行のジェネリック リストを取得または設定します。

public:
 property System::Collections::Generic::IList<System::String ^> ^ Lines { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Lines { get; }
member this.Lines : System.Collections.Generic.IList<string>
Public ReadOnly Property Lines As IList(Of String)

プロパティ値

行のジェネリック リスト。

適用対象