IVsToolbox6::RenameItem Method (IDataObject^, String^)

 

Renames the specified item.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void RenameItem(
	IDataObject^ pItem,
	String^ szName
)

Parameters

pItem
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

[in] The item to be renamed.

szName
Type: System::String^

[in] The new name for the item. This parameter can be a literal string or a resource identifier. See ParseResourceID for supported resource identifier formats.

Return to top
Show: