Share via


GeneratedComInterfaceAttribute.StringMarshalling Propriedade

Definição

Obtém ou define um valor que especifica como realizar marshaling de argumentos de cadeia de caracteres 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 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 da propriedade

Comentários

Se esse campo for definido como um valor diferente de Custom, StringMarshallingCustomType não deverá ser especificado.

Aplica-se a