GeneratedComInterfaceAttribute.StringMarshalling Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define um valor que especifica como organizar argumentos de string 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 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 Propriedade
Observações
Se este campo for definido para um valor diferente de Custom, StringMarshallingCustomType não deve ser especificado.