IVsServiceReferenceMetadataStorageEvents::OnMetadataFileUpdated Method (String^)

 

Raises an event after metadata files have been updated.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void OnMetadataFileUpdated(
	String^ pszFileName
)

Parameters

pszFileName
Type: System::String^

The name of the metadata file.

This event is raised by the project system when files in the storage are changed externally.

Return to top
Show: