_dispVCProjectEngineEvents_SinkHelper.ItemRenamed 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void ItemRenamed(System::Object ^ A_1, System::Object ^ A_2, System::String ^ A_3);
public:
override void ItemRenamed(Platform::Object ^ A_1, Platform::Object ^ A_2, Platform::String ^ A_3);
override void ItemRenamed(winrt::Windows::Foundation::IInspectable const & A_1, winrt::Windows::Foundation::IInspectable const & A_2, std::wstring const & A_3);
public override void ItemRenamed (object A_1, object A_2, string A_3);
abstract member ItemRenamed : obj * obj * string -> unit
override this.ItemRenamed : obj * obj * string -> unit
Public Overrides Sub ItemRenamed (A_1 As Object, A_2 As Object, A_3 As String)
Parameters
- A_1
- Object
- A_2
- Object
- A_3
- String