IStorage.SetElementTimes Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Sub SetElementTimes ( _
pwcsName As String, _
pctime As FILETIME(), _
patime As FILETIME(), _
pmtime As FILETIME() _
)
void SetElementTimes(
string pwcsName,
FILETIME[] pctime,
FILETIME[] patime,
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[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.