共用方式為


IJSVsaPersistSite.LoadElement(String) 方法

定義

取得先前使用 SaveElement(String, String) 方法儲存的來源字串。

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

參數

name
String

要載入的程式碼項目名稱。 當載入專案檔時,這可能是 Null 參考。

傳回

與名稱參數建立關聯的原始程式碼項目內容。

適用於