다음을 통해 공유


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입니다.

적용 대상