IVsDataViewHierarchy.SetNewItemSaveName Method
Sets the name for use when saving the specified node.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub SetNewItemSaveName ( _
itemId As Integer, _
saveName As String _
)
void SetNewItemSaveName(
int itemId,
string saveName
)
void SetNewItemSaveName(
int itemId,
String^ saveName
)
abstract SetNewItemSaveName :
itemId:int *
saveName:string -> unit
function SetNewItemSaveName(
itemId : int,
saveName : String
)
Parameters
itemId
Type: System.Int32A numerical identifier for the new node to remove.
saveName
Type: System.StringThe name for use when saving the specified node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace