GeneratedComInterfaceAttribute.StringMarshalling Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia wartość określającą sposób marshalowania argumentów ciągu do wszystkich metod w interfejsie. Jeśli przypisany interfejs dziedziczy z innego interfejsu za pomocą GeneratedComInterfaceAttributepolecenia , musi mieć te same wartości dla StringMarshalling i 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
Wartość właściwości
Uwagi
Jeśli to pole jest ustawione na wartość inną niż Custom, StringMarshallingCustomType nie może być określona.