LicenseContext.GetService(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有可用的服務,則取得所要求的服務。
public:
virtual System::Object ^ GetService(Type ^ type);
public virtual object GetService (Type type);
public virtual object? GetService (Type type);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (type As Type) As Object
參數
- type
- Type
要擷取的服務類型。
傳回
服務的執行個體,或 null
(如果找不到服務)。