IStorage::SetElementTimes Method (String^, array<FILETIME>^, array<FILETIME>^, array<FILETIME>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void SetElementTimes( String^ pwcsName, array<FILETIME>^ pctime, array<FILETIME>^ patime, array<FILETIME>^ pmtime )
Parameters
- pwcsName
- Type: System::String^
- pctime
- Type: array<Microsoft.VisualStudio.OLE.Interop::FILETIME>^
- patime
- Type: array<Microsoft.VisualStudio.OLE.Interop::FILETIME>^
- pmtime
- Type: array<Microsoft.VisualStudio.OLE.Interop::FILETIME>^
Show: