_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

備註

此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,而且不應該從 Managed 程式代碼呼叫。

屬性Type.IsLayoutSequential會取得值,指出是否已為 Type選取類別配置屬性SequentialLayout

適用於