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
)
參數
manifest
型別:System. . :: .String用來載入至應用程式資訊清單的 XML 字串。
例外狀況
例外狀況 | 條件 |
---|---|
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 系統)。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Tools.Applications.Runtime 命名空間