Compartir a través de


GeneratedComInterfaceAttribute.StringMarshallingCustomType Propiedad

Definición

Obtiene o establece el Type objeto utilizado para controlar cómo se serializarán los argumentos de cadena para todos los métodos de la interfaz. Si la interfaz con atributos hereda de otra interfaz con GeneratedComInterfaceAttribute, debe tener los mismos valores para StringMarshalling y 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 propiedad

Comentarios

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

Se aplica a