IIndexWorkspaceService3.OnFileScannerTypeCompleted 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当扫描特定文件扫描程序类型为完整时,将触发此事件,包括不支持该类型的扫描程序的情况。
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerTypeEventArgs ^> ^ OnFileScannerTypeCompleted { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerTypeEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileScannerTypeEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileScannerTypeEventArgs> OnFileScannerTypeCompleted { get; set; }
member this.OnFileScannerTypeCompleted : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileScannerTypeEventArgs> with get, set
Public Property OnFileScannerTypeCompleted As AsyncEvent(Of FileScannerTypeEventArgs)