DataAsyncCommand.OnExecuteWithoutResultsCompleted 메서드

ExecuteWithoutResultsCompleted 이벤트를 발생시킵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Protected Overridable Sub OnExecuteWithoutResultsCompleted ( _
    e As DataAsyncCommandCompletedEventArgs(Of Integer) _
)
protected virtual void OnExecuteWithoutResultsCompleted(
    DataAsyncCommandCompletedEventArgs<int> e
)
protected:
virtual void OnExecuteWithoutResultsCompleted(
    DataAsyncCommandCompletedEventArgs<int>^ e
)
abstract OnExecuteWithoutResultsCompleted : 
        e:DataAsyncCommandCompletedEventArgs<int> -> unit  
override OnExecuteWithoutResultsCompleted : 
        e:DataAsyncCommandCompletedEventArgs<int> -> unit
protected function OnExecuteWithoutResultsCompleted(
    e : DataAsyncCommandCompletedEventArgs<int>
)

매개 변수

.NET Framework 보안

참고 항목

참조

DataAsyncCommand 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스