IVsWebBrowserUser.GetOptionKeyPath(UInt32, String) Méthode

Définition

Obtient la clé de Registre sous laquelle enregistrer les préférences utilisateur.

public:
 int GetOptionKeyPath(System::UInt32 dwReserved, [Runtime::InteropServices::Out] System::String ^ % pbstrKey);
int GetOptionKeyPath(unsigned int dwReserved, [Runtime::InteropServices::Out] std::wstring const & & pbstrKey);
public int GetOptionKeyPath (uint dwReserved, out string pbstrKey);
abstract member GetOptionKeyPath : uint32 * string -> int
Public Function GetOptionKeyPath (dwReserved As UInteger, ByRef pbstrKey As String) As Integer

Paramètres

dwReserved
UInt32

[in] Réservée.

pbstrKey
String

[out] Clé de Registre sous laquelle enregistrer les préférences utilisateur.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsbrowse. idl :

[C++]

HRESULT IVsWebBrowserUser::GetOptionKeyPath(  
   [in] DWORD dwReserved,   
   [out] BSTR* pbstrKey  
);  

S’applique à