IVsServiceReferenceMetadataStorageEvents.OnMetadataFileUpdated(String) Method
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.
Raises an event after metadata files have been updated.
public:
void OnMetadataFileUpdated(System::String ^ pszFileName);
public:
void OnMetadataFileUpdated(Platform::String ^ pszFileName);
void OnMetadataFileUpdated(std::wstring const & pszFileName);
public void OnMetadataFileUpdated (string pszFileName);
abstract member OnMetadataFileUpdated : string -> unit
Public Sub OnMetadataFileUpdated (pszFileName As String)
Parameters
- pszFileName
- String
The name of the metadata file.
Remarks
This event is raised by the project system when files in the storage are changed externally.