IBindCtx.RevokeObjectParam(String) Metoda

Definice

Odvolá registraci objektu, který je aktuálně nalezen pod zadaným klíčem v interně udržované tabulce kontextových parametrů objektu, pokud je tento klíč aktuálně registrován.

public:
 int RevokeObjectParam(System::String ^ pszKey);
public int RevokeObjectParam(string pszKey);
abstract member RevokeObjectParam : string -> int
Public Function RevokeObjectParam (pszKey As String) As Integer

Parametry

pszKey
String

Klíč k zrušení registrace.

Návraty

Hodnota S_OKHRESULT , pokud byl zadaný klíč úspěšně odebrán z tabulky; jinak S_FALSEHRESULT hodnota.

Poznámky

Další informace najdete v existující dokumentaci pro IBindCtx::RevokeObjectParam knihovnu MSDN.

Platí pro