共用方式為


IVsaPersistSite.SaveElement 方法

以指定名稱參數儲存任意來源字串,然後可以在 LoadElement 方法的呼叫中使用該字串來重新載入字串。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SaveElement ( _
    name As String, _
    source As String _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SaveElement(
    string name,
    string source
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SaveElement(
    String^ name, 
    String^ source
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SaveElement : 
        name:string * 
        source:string -> unit
function SaveElement(
    name : String, 
    source : String
)

參數

  • name
    類型:String

    要與指定之來源項目產生關聯的名稱。 當儲存專案檔時,這可能是 Null 參考。

  • source
    類型:String

    項目的來源字串。

請參閱

參考

IVsaPersistSite 介面

Microsoft.Vsa 命名空間