Udostępnij za pośrednictwem


DataViewDocumentProvider.GetSaveName(Int32) Method

Definition

Gets the name of the specified document for use when saving the document.

public:
 virtual System::String ^ GetSaveName(int itemId);
public virtual string GetSaveName (int itemId);
abstract member GetSaveName : int -> string
override this.GetSaveName : int -> string
Public Overridable 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.

Implements

Applies to