GeneratedComInterfaceAttribute.StringMarshalling Propiedad

Definición

Obtiene o establece un valor que especifica cómo serializar argumentos de cadena en 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 System::Runtime::InteropServices::StringMarshalling StringMarshalling { System::Runtime::InteropServices::StringMarshalling get(); void set(System::Runtime::InteropServices::StringMarshalling value); };
public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get; set; }
member this.StringMarshalling : System.Runtime.InteropServices.StringMarshalling with get, set
Public Property StringMarshalling As StringMarshalling

Valor de propiedad

Comentarios

Si este campo se establece en un valor distinto Customde , StringMarshallingCustomType no se debe especificar.

Se aplica a