IVsWCFMetadataStorageEvents.OnMetadataFileRenamed(String, 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 a metadata file has been renamed.
public:
void OnMetadataFileRenamed(System::String ^ pszFileNameOld, System::String ^ pszFileNameNew);
public:
void OnMetadataFileRenamed(Platform::String ^ pszFileNameOld, Platform::String ^ pszFileNameNew);
void OnMetadataFileRenamed(std::wstring const & pszFileNameOld, std::wstring const & pszFileNameNew);
public void OnMetadataFileRenamed (string pszFileNameOld, string pszFileNameNew);
abstract member OnMetadataFileRenamed : string * string -> unit
Public Sub OnMetadataFileRenamed (pszFileNameOld As String, pszFileNameNew As String)
Parameters
- pszFileNameOld
- String
The original name of the metadata file.
- pszFileNameNew
- String
The new name of the metadata file.
Remarks
This event is raised by the project system when files in the storage are changed externally.