IVsDataViewHierarchy.SetNewItemSaveName(Int32, 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.
Sets the name for use when saving the specified node.
public:
void SetNewItemSaveName(int itemId, System::String ^ saveName);
public void SetNewItemSaveName (int itemId, string saveName);
abstract member SetNewItemSaveName : int * string -> unit
Public Sub SetNewItemSaveName (itemId As Integer, saveName As String)
Parameters
- itemId
- Int32
A numerical identifier for the new node to remove.
- saveName
- String
The name for use when saving the specified node.