Partilhar via


Propriedade DataAsyncCommandEvents.CommandNextResult

Obtém ou define o representante que é chamado quando um comando assíncrono tem um ou mais conjuntos de resultados disponíveis.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler
public DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandNextResult {
    DataAsyncCommandFetchEventHandler^ get ();
    void set (DataAsyncCommandFetchEventHandler^ value);
}
member CommandNextResult : DataAsyncCommandFetchEventHandler with get, set
function get CommandNextResult () : DataAsyncCommandFetchEventHandler
function set CommandNextResult (value : DataAsyncCommandFetchEventHandler)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Retorna um representante para o manipulador de eventos de CommandNextResult .

Segurança do .NET Framework

Consulte também

Referência

DataAsyncCommandEvents Classe

Namespace Microsoft.VisualStudio.Data

DataAsyncCommandFetchEventHandler