ALAssetsEnumerator 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
參與資產列舉的委派簽章。
public delegate void ALAssetsEnumerator(ALAsset result, nint index, ref bool stop);
type ALAssetsEnumerator = delegate of ALAsset * nint * -> unit
參數
- result
- ALAsset
資產。
- index
- System.System.IntPtr System.nativeint
此資產的索引。
- stop
- Boolean
如果設定為 true,列舉程式將會停止。