IVsUIDataConverterManager.UnregisterConverter(String, UInt32, UInt32) Méthode

Définition

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

Int32

Retourne S_OK si le convertisseur est désinscrit.

S’applique à