GeneratedComInterfaceAttribute.StringMarshallingCustomType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 , Type 用于控制如何为接口上的所有方法封送字符串参数。 如果特性化接口继承自具有 GeneratedComInterfaceAttribute的另一个接口,则它必须具有相同的 StringMarshalling 和 StringMarshallingCustomType值。
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。