次の方法で共有


IMemberCreationService.RemoveProperty(String, String, Type) メソッド

定義

指定したクラスから指定したプロパティを削除します。

public:
 void RemoveProperty(System::String ^ className, System::String ^ propertyName, Type ^ propertyType);
public void RemoveProperty (string className, string propertyName, Type propertyType);
abstract member RemoveProperty : string * string * Type -> unit
Public Sub RemoveProperty (className As String, propertyName As String, propertyType As Type)

パラメーター

className
String

プロパティが削除されるクラスの名前が格納されている文字列。

propertyName
String

削除するプロパティの名前が格納されている文字列。

propertyType
Type

削除するプロパティの Type

適用対象