LibraryImportAttribute.StringMarshallingCustomType Propriété

Définition

Obtient ou définit le Type utilisé pour contrôler la façon dont les arguments de chaîne de la méthode sont marshalés.

public:
 property Type ^ StringMarshallingCustomType { Type ^ get(); void set(Type ^ value); };
public Type? StringMarshallingCustomType { get; set; }
member this.StringMarshallingCustomType : Type with get, set
Public Property StringMarshallingCustomType As Type

Valeur de propriété

Remarques

Si ce champ est spécifié, StringMarshalling ne doit pas être spécifié ou doit être défini sur Custom.

S’applique à