LibraryImportAttribute.StringMarshalling プロパティ

定義

文字列引数をメソッドにマーシャリングする方法を指定するオブジェクトを取得または設定します。

public:
 property System::Runtime::InteropServices::StringMarshalling StringMarshalling { System::Runtime::InteropServices::StringMarshalling get(); void set(System::Runtime::InteropServices::StringMarshalling value); };
public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get; set; }
member this.StringMarshalling : System.Runtime.InteropServices.StringMarshalling with get, set
Public Property StringMarshalling As StringMarshalling

プロパティ値

注釈

このフィールドが Custom以外の値に設定されている場合は、 StringMarshallingCustomType を指定しないでください。

適用対象