Share via


GeneratedComInterfaceAttribute.StringMarshallingCustomType プロパティ

定義

インターフェイス上のすべてのメソッドに Type 対して文字列引数をマーシャリングする方法を制御するために使用される を取得または設定します。 属性付きインターフェイスが を持つGeneratedComInterfaceAttribute別のインターフェイスから継承される場合は、 と StringMarshallingCustomTypeの値StringMarshallingが同じである必要があります。

public:
 property Type ^ StringMarshallingCustomType { Type ^ get(); void set(Type ^ value); };
public Type? StringMarshallingCustomType { get; set; }
member this.StringMarshallingCustomType : Type with get, set
Public Property StringMarshallingCustomType As Type

プロパティ値

注釈

このフィールドを指定する場合は、 StringMarshalling を指定しないか、 を に設定する Custom必要があります。

適用対象