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

適用対象