ServiceProviders.AddService(Type, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將服務加入至清單。
public:
void AddService(Type ^ serviceType, System::Object ^ service);
public void AddService (Type serviceType, object service);
member this.AddService : Type * obj -> unit
Public Sub AddService (serviceType As Type, service As Object)
參數
- serviceType
- Type
新服務的服務型別。
- service
- Object
服務實作類別。
例外狀況
serviceType
或 service
為 null
。
嘗試加入字典中已存在的服務。