LibraryImportAttribute.StringMarshallingCustomType 属性

定义

获取或设置 Type 用于控制如何封送方法的字符串参数的 。

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

适用于