IVsaPersistSite.LoadElement 方法
获取以前使用 SaveElement 方法保存的源字符串。
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
<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
参数
name
类型:String要加载的代码项的名称。 加载项目文件时,此名称可以是空引用。
返回值
类型:String
返回与名称参数关联的源代码元素的内容。