共用方式為


AdjustStateDelegate 代理人

定義

來自系統的通知,包含附件點的片段狀態已變更。 用戶端可以採取動作,視需要隱藏中斷連線空間中的物件。

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

參數

state
AttachmentPointStateType

包含片段的新狀態

適用於