IAttachmentPointManager.ReleaseAttachmentPoint(IAttachmentPoint) 메서드

정의

삭제할 첨부 지점을 해제합니다. 이 호출 후에는 첨부 파일 지점이 더 이상 유효하지 않습니다. 또한 생성 시 지정된 처리기(있는 경우)의 등록을 해제합니다.

public void ReleaseAttachmentPoint (Microsoft.MixedReality.WorldLocking.Core.IAttachmentPoint attachPointIface);
abstract member ReleaseAttachmentPoint : Microsoft.MixedReality.WorldLocking.Core.IAttachmentPoint -> unit
Public Sub ReleaseAttachmentPoint (attachPointIface As IAttachmentPoint)

매개 변수

attachPointIface
IAttachmentPoint

해제할 첨부 파일 지점입니다.

설명

이 연결점에서 다른 첨부 지점이 생성되었지만 아직 처리되지 않은 경우(보류 중인 큐에 있음) 해당 관계가 해제될 때 해당 관계가 끊어지고 다른 첨부 파일 지점이 마침내 처리되면 null 컨텍스트로 만들어진 것처럼 됩니다.

적용 대상