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
型 : System.String
読み込むコード項目の名前。プロジェクト ファイルを読み込むときは、null 参照にできます。
戻り値
型 : System.String
name パラメーターに関連付けられているソース コード要素の内容を返します。