RegistrationServices.UnregisterTypeForComClients(Int32) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Удаляет ссылки на тип, зарегистрированный с помощью метода RegisterTypeForComClients(Type, RegistrationClassContext, RegistrationConnectionType).
public:
virtual void UnregisterTypeForComClients(int cookie);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual void UnregisterTypeForComClients (int cookie);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Security.SecurityCritical]
public virtual void UnregisterTypeForComClients (int cookie);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member UnregisterTypeForComClients : int -> unit
override this.UnregisterTypeForComClients : int -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Security.SecurityCritical>]
abstract member UnregisterTypeForComClients : int -> unit
override this.UnregisterTypeForComClients : int -> unit
Public Overridable Sub UnregisterTypeForComClients (cookie As Integer)
Параметры
- cookie
- Int32
Значение файла cookie, возвращенное предыдущим вызовом перегрузки метода RegisterTypeForComClients(Type, RegistrationClassContext, RegistrationConnectionType).
- Атрибуты
Комментарии
Обратите внимание, что использование вызова платформы для вызова неуправляемых CoRegisterClassObject
методов и для CoDisconnectObject
регистрации и отмены регистрации ОБЪЕКТОВ COM не поддерживается.