Share via


IVsDataViewDocumentProvider.GetSaveName(Int32) Method

Definition

When implemented by a class, gets the name of the specified document for use when saving a new document.

public:
 System::String ^ GetSaveName(int itemId);
public string GetSaveName (int itemId);
abstract member GetSaveName : int -> string
Public Function GetSaveName (itemId As Integer) As String

Parameters

itemId
Int32

A numerical identifier for the node in the data view.

Returns

A string representing the document name for use when saving the document, or null if there is no such name.

Applies to