Project.GetProjectFileInfo

GetProjectFileInfo(string)

Läs projektfilinformation från filen.

public static ProjectFileInfo GetProjectFileInfo(string filename)
ParameterTypBeskrivning
filenameStringProjektets filnamn.

Returvärde

Information om projektfilenProjectFileInfo.

Se även


GetProjectFileInfo(Stream)

Hämtar projektfilinformation från strömmen.

public static ProjectFileInfo GetProjectFileInfo(Stream stream)
ParameterTypBeskrivning
streamStreamDataströmmen.

Returvärde

Information om projektfilenProjectFileInfo.

Se även