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() _
)
'使用
Dim instance As IStorage
Dim pwcsName As String
Dim pctime As FILETIME()
Dim patime As FILETIME()
Dim pmtime As FILETIME()

instance.SetElementTimes(pwcsName, pctime, _
    patime, pmtime)
void SetElementTimes(
    string pwcsName,
    FILETIME[] pctime,
    FILETIME[] patime,
    FILETIME[] pmtime
)
void SetElementTimes(
    [InAttribute] String^ pwcsName, 
    [InAttribute] array<FILETIME>^ pctime, 
    [InAttribute] array<FILETIME>^ patime, 
    [InAttribute] array<FILETIME>^ pmtime
)
function SetElementTimes(
    pwcsName : String, 
    pctime : FILETIME[], 
    patime : FILETIME[], 
    pmtime : FILETIME[]
)

Parameters

  • pctime
    Type: []
  • patime
    Type: []
  • pmtime
    Type: []

Permissions

See Also

Reference

IStorage Interface

IStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace