TFCommonUtil.OpenXmlFile 方法

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Public Shared Function OpenXmlFile ( _
    <OutAttribute> ByRef file As FileStream, _
    path As String, _
    sharing As FileShare, _
    saveFile As Boolean _
) As XmlDocument
public static XmlDocument OpenXmlFile(
    out FileStream file,
    string path,
    FileShare sharing,
    bool saveFile
)

参数

返回值

类型:System.Xml.XmlDocument

.NET Framework 安全性

请参见

参考

TFCommonUtil 类

Microsoft.TeamFoundation.Common 命名空间