GeneratedComInterfaceAttribute.StringMarshallingCustomType Propriedade

Definição

Obtém ou define os Type usados para controlar como os argumentos da string são marshallados para todos os métodos na interface. Se a interface atribuída herda de outra interface com GeneratedComInterfaceAttribute, deve 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 de Propriedade

Observações

Se este campo for especificado, StringMarshalling não deve ser especificado ou deve ser definido para Custom.

Aplica-se a