IMemberCreationService.UpdateProperty 메서드

정의

새 이름과 형식을 지정된 클래스의 속성으로 설정합니다.

public:
 void UpdateProperty(System::String ^ className, System::String ^ oldPropertyName, Type ^ oldPropertyType, System::String ^ newPropertyName, Type ^ newPropertyType, cli::array <System::Workflow::ComponentModel::Compiler::AttributeInfo ^> ^ attributes, bool emitDependencyProperty, bool isMetaProperty);
public void UpdateProperty(string className, string oldPropertyName, Type oldPropertyType, string newPropertyName, Type newPropertyType, System.Workflow.ComponentModel.Compiler.AttributeInfo[] attributes, bool emitDependencyProperty, bool isMetaProperty);
abstract member UpdateProperty : string * string * Type * string * Type * System.Workflow.ComponentModel.Compiler.AttributeInfo[] * bool * bool -> unit
Public Sub UpdateProperty (className As String, oldPropertyName As String, oldPropertyType As Type, newPropertyName As String, newPropertyType As Type, attributes As AttributeInfo(), emitDependencyProperty As Boolean, isMetaProperty As Boolean)

매개 변수

className
String

업데이트할 속성이 있는 클래스의 이름을 포함하는 문자열입니다.

oldPropertyName
String

속성의 기존 이름을 포함하는 문자열입니다.

oldPropertyType
Type

Type 기존 속성과 연결된 속성입니다.

newPropertyName
String

속성의 새 이름을 포함하는 문자열입니다.

newPropertyType
Type

Type 속성의 업데이트된 버전과 연결할 대상입니다.

attributes
AttributeInfo[]

AttributeInfo 업데이트된 속성에 할당할 모든 특성에 대한 정보를 포함하는 배열입니다.

emitDependencyProperty
Boolean

true속성을 업데이트하려면 종속성 속성을 내보낸다. 그렇지 않으면 . false

isMetaProperty
Boolean

true속성을 메타 속성으로 설정하려면 다음을 실행합니다. 그렇지 않으면 . false

적용 대상