StructLayoutAttribute.Value 屬性

定義

取得 LayoutKind 值,指定類別或結構的排列方式。

public:
 property System::Runtime::InteropServices::LayoutKind Value { System::Runtime::InteropServices::LayoutKind get(); };
public System.Runtime.InteropServices.LayoutKind Value { get; }
member this.Value : System.Runtime.InteropServices.LayoutKind
Public ReadOnly Property Value As LayoutKind

屬性值

其中一個列舉值,指定類別或結構的排列方式。

適用於