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
'宣言
Sub SetNewItemSaveName ( _
itemId As Integer, _
saveName As String _
)
'使用
Dim instance As IVsDataViewHierarchy
Dim itemId As Integer
Dim saveName As String
instance.SetNewItemSaveName(itemId, saveName)
void SetNewItemSaveName(
int itemId,
string saveName
)
void SetNewItemSaveName(
int itemId,
String^ saveName
)
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.
Permissions
- 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