次の方法で共有


IStorage.SetElementTimes Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
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

.NET Framework Security

See Also

Reference

IStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace