Share via


GeneratedComInterfaceAttribute.StringMarshalling プロパティ

定義

インターフェイス上のすべてのメソッドに文字列引数をマーシャリングする方法を指定する値を取得または設定します。 属性付きインターフェイスが を持つGeneratedComInterfaceAttribute別のインターフェイスから継承する場合は、 と StringMarshallingCustomTypeの値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 指定しないでください。

適用対象