IVsaPersistSite.LoadElement(String) Método
Definição
Obtém a cadeia de caracteres de origem salva anteriormente usando o método SaveElement.Gets the source string previously saved using the SaveElement method.
public:
System::String ^ LoadElement(System::String ^ name);
public string LoadElement (string name);
abstract member LoadElement : string -> string
Public Function LoadElement (name As String) As String
Parâmetros
- name
- String
O nome do item de código a ser carregado.The name of the code item to be loaded. Pode ser uma referência nula ao carregar o arquivo de Projeto.This can be a null reference when loading the Project file.
Retornos
O conteúdo do elemento de código-fonte associado ao parâmetro de nome.The contents of the source-code element associated with the name parameter.