Filter.GetXml 方法
取得代表Filter物件的 XML 字串。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Function GetXml As String
'用途
Dim instance As Filter
Dim returnValue As String
returnValue = instance.GetXml()
public string GetXml()