IJSVsaPersistSite.SaveElement(String, 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.
Saves an arbitrary source string with a given name parameter, which can then be used in a call to the LoadElement(String) method to reload the string.
public:
void SaveElement(System::String ^ name, System::String ^ source);
public void SaveElement (string name, string source);
abstract member SaveElement : string * string -> unit
Public Sub SaveElement (name As String, source As String)
Parameters
- name
- String
A name to associate with the specified source item. This can be a null reference when saving the Project file.
- source
- String
The source string for the item.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.