Connector.GetService(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定型別的服務物件 (如果有的話)。
protected:
virtual System::Object ^ GetService(Type ^ serviceType);
protected virtual object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Overridable Function GetService (serviceType As Type) As Object
參數
傳回
屬於 serviceType
型別的服務物件,如果沒有任何屬於 Nothing
型別的服務物件則為 null 參考 (在 Visual Basic 中為 serviceType
)。
備註
GetService 會傳回可透過 ParentDesigner 使用的服務物件。