SelectionRangeConverter.CreateInstance 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 형식 설명자와 해당 개체의 속성 값 집합을 사용하여 SelectionRange 개체를 만듭니다.
public:
override System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, System::Collections::IDictionary ^ propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext? context, System.Collections.IDictionary propertyValues);
override this.CreateInstance : System.ComponentModel.ITypeDescriptorContext * System.Collections.IDictionary -> obj
Public Overrides Function CreateInstance (context As ITypeDescriptorContext, propertyValues As IDictionary) As Object
매개 변수
- context
- ITypeDescriptorContext
형식 컨텍스트를 제공하는 ITypeDescriptorContext입니다.
- propertyValues
- IDictionary
새 속성 값이 들어 있는 IDictionary입니다.
반환
이 메서드는 작업에 성공할 경우 새로 만들어진 SelectionRange를 반환하고, 그렇지 않으면 예외를 throw합니다.
예외
propertyValues
가 null
이거나 해당 시작
및 종료
요소를 SelectionRange로 변환할 수 없습니다.
설명
사용 된 CreateInstance 수정 된 버전을 만들어 기존 변경할 수 없는 개체를 변경 하는 방법입니다. 이 메서드에서 예상 합니다 propertyValues
매개 변수 값의 키 값을 사용 하 여 요소를 Start
및 End
를 각각 해당 DateTime 값입니다.