共用方式為


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 則不得指定。

適用於