Condividi tramite


GeneratedComInterfaceAttribute.StringMarshalling Proprietà

Definizione

Ottiene o imposta un valore che specifica come effettuare il marshalling degli argomenti stringa a tutti i metodi nell'interfaccia. Se l'interfaccia con attributi eredita da un'altra interfaccia con GeneratedComInterfaceAttribute, deve avere gli stessi valori per 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

Valore della proprietà

Commenti

Se questo campo è impostato su un valore diverso da Custom, StringMarshallingCustomType non deve essere specificato.

Si applica a