コード例 #1
0
 public RunningDocumentTableEventSink(SolutionEventsBatchScopeCreator scopeCreator, IVsRunningDocumentTable runningDocumentTable)
 {
     _scopeCreator         = scopeCreator;
     _runningDocumentTable = (IVsRunningDocumentTable4)runningDocumentTable;
 }
コード例 #2
0
 public SolutionEventsEventSink(SolutionEventsBatchScopeCreator scopeCreator)
 {
     _scopeCreator = scopeCreator;
 }