AdjustStateDelegate 委托

定义

来自系统的通知,指出包含附件点的片段的状态已更改。 如果需要,客户端可以采取措施在断开连接的空间中隐藏对象。

public delegate void AdjustStateDelegate(AttachmentPointStateType state);
type AdjustStateDelegate = delegate of AttachmentPointStateType -> unit
Public Delegate Sub AdjustStateDelegate(state As AttachmentPointStateType)

参数

state
AttachmentPointStateType

包含片段的新状态

适用于