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 свойства, подлежащего удалению.

Применяется к