NSObject.WillChange 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
WillChange(NSKeyValueChange, NSIndexSet, NSString) |
지정된 키의 지정된 인덱스 값이 변경될 것임을 나타냅니다. |
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) |
WillChange(NSKeyValueChange, NSIndexSet, NSString)
지정된 키의 지정된 인덱스 값이 변경될 것임을 나타냅니다.
[Foundation.Export("willChange:valuesAtIndexes:forKey:")]
public virtual void WillChange (Foundation.NSKeyValueChange changeKind, Foundation.NSIndexSet indexes, Foundation.NSString forKey);
abstract member WillChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
override this.WillChange : Foundation.NSKeyValueChange * Foundation.NSIndexSet * Foundation.NSString -> unit
매개 변수
- changeKind
- NSKeyValueChange
- indexes
- NSIndexSet
- forKey
- NSString
변경할 키의 이름입니다.
- 특성
적용 대상
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
[Foundation.Export("willChangeValueForKey:withSetMutation:usingObjects:")]
public virtual void WillChange (Foundation.NSString forKey, Foundation.NSKeyValueSetMutationKind mutationKind, Foundation.NSSet objects);
abstract member WillChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
override this.WillChange : Foundation.NSString * Foundation.NSKeyValueSetMutationKind * Foundation.NSSet -> unit
매개 변수
- forKey
- NSString
변경할 키의 이름입니다.
- mutationKind
- NSKeyValueSetMutationKind
- objects
- NSSet
- 특성