다음을 통해 공유


IExtensionMetadataService.MetadataChanged Event

Definition

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.

Applies to