MarshalAsAttribute.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料要封送處理成的 UnmanagedType 值。
public:
property System::Runtime::InteropServices::UnmanagedType Value { System::Runtime::InteropServices::UnmanagedType get(); };
public System.Runtime.InteropServices.UnmanagedType Value { get; }
member this.Value : System.Runtime.InteropServices.UnmanagedType
Public ReadOnly Property Value As UnmanagedType
屬性值
資料要封送處理成的 UnmanagedType 值。
備註
這個值會與 搭配 MarshalAsAttribute 使用,以指出應該如何在 Managed 和 Unmanaged 程式代碼之間封送處理類型。 在某些情況下,您可以搭配特定 UnmanagedType
列舉成員使用此欄位。 針對 CustomMarshaler 和 ByValArray,您必須使用其他具名參數。