IMemberCreationService.UpdateProperty 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 이름과 형식을 지정된 클래스의 속성에 설정합니다.
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
속성의 기존 이름이 들어 있는 문자열입니다.
- newPropertyName
- String
속성의 새 이름이 들어 있는 문자열입니다.
- attributes
- AttributeInfo[]
업데이트된 속성에 할당할 모든 특성의 정보가 들어 있는 AttributeInfo 배열입니다.
- emitDependencyProperty
- Boolean
종속성 속성을 내보내도록 속성을 업데이트하려면 true
이고, 그렇지 않으면 false
입니다.
- isMetaProperty
- Boolean
속성을 메타 속성으로 설정하려면 true
이고, 그렇지 않으면 false
입니다.