Chart.GetService(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
參數
-
serviceType
-
Type
要求的圖表服務類型。
傳回
-
Object
表示服務類型的 Object,如果找不到服務則為 null
。
適用於