次の方法で共有


IMemberCreationService.UpdateBaseType(String, 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

新しい基本型を設定して更新するクラスの名前を含む文字列。

baseType
Type

クラスの新しい基本型となる Type

適用対象