共用方式為


FromXml 方法 (2003 系統)

會搭配來自 XML 字串的資訊,載入應用程式資訊清單。

命名空間:  Microsoft.VisualStudio.Tools.Applications.Runtime
組件:  Microsoft.VisualStudio.Tools.Applications.Runtime (在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)

語法

'宣告
Public Sub FromXml ( _
    manifest As String _
)
'用途
Dim instance As AppManifest
Dim manifest As String

instance.FromXml(manifest)
public void FromXml(
    string manifest
)

參數

例外狀況

例外狀況 條件
ArgumentNullException

manifest 為 null Nothing nullptr Null 參照 (即 Visual Basic 中的 Nothing) 或空字串。

InvalidManifestException

manifest 不是有效的應用程式資訊清單。

備註

這個方法會忽略 manifest 參數中,任何不符合 Microsoft Visual Studio Tools for the Microsoft Office system (3.0 版) 方案之應用程式資訊清單結構描述的資訊。如需應用程式資訊清單結構描述的詳細資訊,請參閱 Office 方案的應用程式資訊清單 (2003 系統)

使用權限

請參閱

參考

AppManifest 類別

AppManifest 成員

Microsoft.VisualStudio.Tools.Applications.Runtime 命名空間

ToXml

其他資源

Office 方案的應用程式資訊清單 (2003 系統)