ValidateSymbolResult<T> 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
委派,用來在剖析期間驗證符號結果。
generic <typename T>
where T : SymbolResultpublic delegate void ValidateSymbolResult(T symbolResult);
public delegate void ValidateSymbolResult<in T>(T symbolResult) where T : SymbolResult;
type ValidateSymbolResult<'T (requires 'T :> SymbolResult)> = delegate of 'T -> unit
Public Delegate Sub ValidateSymbolResult(Of In T)(symbolResult As T)
類型參數
參數
- symbolResult
- T
符號結果
備註
若要顯示錯誤,請設定 ErrorMessage。