IIndexWorkspaceService.OnFileEntityChanged Свойство

Определение

Уведомление об изменении сущности файла

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ OnFileEntityChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Indexing::FileEntityChangedEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs> OnFileEntityChanged { get; set; }
member this.OnFileEntityChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Indexing.FileEntityChangedEventArgs> with get, set
Public Property OnFileEntityChanged As AsyncEvent(Of FileEntityChangedEventArgs)

Значение свойства

AsyncEvent<FileEntityChangedEventArgs>

Применяется к