DesignerActionList.GetService(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回物件,表示與 DesignerActionList 相關聯之元件提供的服務。
public:
System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
public object? GetService (Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
參數
傳回
Object,表示 Component 所提供的服務。 如果 Component 不提供指定的服務,這個值為 null
。