IVsENCRebuildableProjectCfg2.GetPEBuildTimeStamp(FILETIME[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetPEBuildTimeStamp(cli::array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pTimeStamp);
public:
int GetPEBuildTimeStamp(Platform::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pTimeStamp);
int GetPEBuildTimeStamp(std::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> const & pTimeStamp);
public int GetPEBuildTimeStamp (Microsoft.VisualStudio.OLE.Interop.FILETIME[] pTimeStamp);
abstract member GetPEBuildTimeStamp : Microsoft.VisualStudio.OLE.Interop.FILETIME[] -> int
Public Function GetPEBuildTimeStamp (pTimeStamp As FILETIME()) As Integer
Parameters
- pTimeStamp
- FILETIME[]