Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the delegate that is called when an asynchronous command has one or more result sets available.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler
'Usage
Dim instance As DataAsyncCommandEvents
Dim value As DataAsyncCommandFetchEventHandler
value = instance.CommandNextResult
instance.CommandNextResult = value
public DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandNextResult {
DataAsyncCommandFetchEventHandler^ get ();
void set (DataAsyncCommandFetchEventHandler^ value);
}
public function get CommandNextResult () : DataAsyncCommandFetchEventHandler
public function set CommandNextResult (value : DataAsyncCommandFetchEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Returns a delegate for the CommandNextResult event handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataAsyncCommandEvents Members