Freigeben über


TFCommonUtil.OpenXmlFile-Methode

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Xml.XmlDocument

.NET Framework-Sicherheit

Siehe auch

Referenz

TFCommonUtil Klasse

Microsoft.TeamFoundation.Common-Namespace