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