IExtensionMetadataService.MetadataChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the extension list is changed and new metadata sections are available or removed.
public:
event EventHandler<Microsoft::VisualStudio::RpcContracts::Extensibility::MetadataChangedEventArgs ^> ^ MetadataChanged;
event EventHandler<Microsoft.VisualStudio.RpcContracts.Extensibility.MetadataChangedEventArgs> MetadataChanged;
member this.MetadataChanged : EventHandler<Microsoft.VisualStudio.RpcContracts.Extensibility.MetadataChangedEventArgs>
Event MetadataChanged As EventHandler(Of MetadataChangedEventArgs)
Event Type
Remarks
This event is also raised after initial subscription with all the existing metadata.