Compartilhar via


Método IVsaPersistSite.LoadElement

Obtém a fonte de cadeia de caracteres que salvou anteriormente usando o SaveElement método.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Function LoadElement ( _
    name As String _
) As String
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
string LoadElement(
    string name
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
String^ LoadElement(
    String^ name
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract LoadElement : 
        name:string -> string
function LoadElement(
    name : String
) : String

Parâmetros

  • name
    Tipo: String

    O nome do item de código a ser carregado. Isso pode ser uma referência nula ao carregar o arquivo de projeto.

Valor de retorno

Tipo: String
Retorna o conteúdo do elemento de código-fonte associado ao parâmetro de nome.

Consulte também

Referência

IVsaPersistSite Interface

Namespace Microsoft.Vsa