IVsUIDataConverterManager.UnregisterConverter(String, UInt32, UInt32) Méthode
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.
Supprime le convertisseur du shell.
public:
int UnregisterConverter(System::String ^ TypeName, System::UInt32 dwDataFormatFrom, System::UInt32 dwDataFormatTo);
public:
int UnregisterConverter(Platform::String ^ TypeName, unsigned int dwDataFormatFrom, unsigned int dwDataFormatTo);
int UnregisterConverter(std::wstring const & TypeName, unsigned int dwDataFormatFrom, unsigned int dwDataFormatTo);
public int UnregisterConverter (string TypeName, uint dwDataFormatFrom, uint dwDataFormatTo);
abstract member UnregisterConverter : string * uint32 * uint32 -> int
Public Function UnregisterConverter (TypeName As String, dwDataFormatFrom As UInteger, dwDataFormatTo As UInteger) As Integer
Paramètres
- TypeName
- String
[in] Type de la famille des données.
- dwDataFormatFrom
- UInt32
[in] Format source.
- dwDataFormatTo
- UInt32
[in] Format cible.
Retours
Retourne S_OK si le convertisseur est désinscrit.