_Type.IsLayoutSequential プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、IsLayoutSequentialプロパティです。

public:
 property bool IsLayoutSequential { bool get(); };
public bool IsLayoutSequential { get; }
member this.IsLayoutSequential : bool
Public ReadOnly Property IsLayoutSequential As Boolean

プロパティ値

Type に、クラスのレイアウト属性として true が選択されている場合は SequentialLayout。それ以外の場合は false

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは Type.IsLayoutSequential 、 に対してクラス レイアウト属性 SequentialLayout が選択されているかどうかを示す値を取得します Type

適用対象