IVsExtensibility3.FireProjectsEvent_ItemRenamed(Object, 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.
public:
int FireProjectsEvent_ItemRenamed(System::Object ^ Project, System::String ^ OldName);
public:
int FireProjectsEvent_ItemRenamed(Platform::Object ^ Project, Platform::String ^ OldName);
int FireProjectsEvent_ItemRenamed(winrt::Windows::Foundation::IInspectable const & Project, std::wstring const & OldName);
public int FireProjectsEvent_ItemRenamed (object Project, string OldName);
abstract member FireProjectsEvent_ItemRenamed : obj * string -> int
Public Function FireProjectsEvent_ItemRenamed (Project As Object, OldName As String) As Integer
Parameters
- Project
- Object
- OldName
- String