ApplicationManager.StopObject(String, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从应用程序中的注册对象列表中移除指定的对象。 如果要移除的对象是应用程序注册对象列表中剩余的最后一个对象,则该应用程序将被卸载。
public:
void StopObject(System::String ^ appId, Type ^ type);
public void StopObject (string appId, Type type);
member this.StopObject : string * Type -> unit
Public Sub StopObject (appId As String, type As Type)
参数
- appId
- String
拥有该对象的应用程序的唯一标识符。
- type
- Type
要卸载的对象的类型。