Share via


GeneratedComInterfaceAttribute.StringMarshallingCustomType Propriedade

Definição

Obtém ou define o Type usado para controlar como os argumentos de cadeia de caracteres têm marshaling para todos os métodos na interface. Se a interface atribuída herdar de outra interface com GeneratedComInterfaceAttribute, ela deverá ter os mesmos valores para StringMarshalling e 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

Valor da propriedade

Comentários

Se esse campo for especificado, StringMarshalling não deverá ser especificado ou deve ser definido Customcomo .

Aplica-se a