GeneratedComInterfaceAttribute.StringMarshallingCustomType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le utilisé pour contrôler la Type façon dont les arguments de chaîne sont marshalés pour toutes les méthodes de l’interface. Si l’interface attributée hérite d’une autre interface avec GeneratedComInterfaceAttribute, elle doit avoir les mêmes valeurs pour StringMarshalling et StringMarshallingCustomType.
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.