IMemberCreationService.UpdateBaseType(String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新要與指定類別關聯的基底型別 (Base Type)。
public:
void UpdateBaseType(System::String ^ className, Type ^ baseType);
public void UpdateBaseType (string className, Type baseType);
abstract member UpdateBaseType : string * Type -> unit
Public Sub UpdateBaseType (className As String, baseType As Type)
參數
- className
- String
字串,其中包含要更新新基底型別的類別名稱。