IJSVsaPersistSite.SaveElement(String, String) Método

Definição

Salva uma cadeia de caracteres de origem arbitrária com um parâmetro de nome, que então pode ser usado em uma chamada para o método LoadElement(String) para recarregar a cadeia de caracteres.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)

Parâmetros

name
String

Um nome para associar ao item de origem especificado.A name to associate with the specified source item. Pode ser uma referência nula ao salvar o arquivo de Projeto.This can be a null reference when saving the Project file.

source
String

A cadeia de caracteres de origem para o item.The source string for the item.

Aplica-se a