Partager via


helpstringdll

Spécifie le nom de la DLL à utiliser pour effectuer la recherche de chaîne de document (localisation).

[ helpstringdll( 
   "string" 
) ]

Paramètres

  • string
    La DLL à utiliser pour effectuer la recherche de chaîne de document.

Notes

L'attribut de helpstringdll C++ a les mêmes fonctionnalités que l'attribut de helpstringdll MIDL.

Exemple

// cpp_attr_ref_helpstringdll.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib", helpstringdll="xx.dll")];

[object, uuid("00000000-0000-0000-0000-000000000001")]
__interface IMyI 
{
   HRESULT xxx();
};

Configuration requise

contexte d'attribut

S'applique à

classe, interface, méthode d'interface

reproductible

Non

attributs requis

Aucun

attributs valides

Aucun

Pour plus d'informations, consultez contextes d'attribut.

Voir aussi

Autres ressources

Attributs IDL

Attributs d'interface

Attributs de classe

Attributs de méthode

Attributes Samples