Compartir vía


LibraryImportAttribute.StringMarshallingCustomType Propiedad

Definición

Obtiene o establece el Type objeto utilizado para controlar cómo se serializarán los argumentos de cadena en el método.

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 propiedad

Comentarios

Si se especifica este campo, StringMarshalling no se debe especificar o debe establecerse en Custom.

Se aplica a