ParseArgument<T> 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行自變數的自定義剖析。
generic <typename T>
public delegate T ParseArgument(ArgumentResult ^ result);
public delegate T ParseArgument<out T>(ArgumentResult result);
type ParseArgument<'T> = delegate of ArgumentResult -> 'T
Public Delegate Function ParseArgument(Of Out T)(result As ArgumentResult) As T
類型參數
參數
- result
- ArgumentResult
自變數結果。
傳回值
T
剖析的值。
備註
您可以藉由設定 ErrorMessage來傳回驗證錯誤。