IPropertyStorage.SetTimes Method

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

Syntax

'宣言
Sub SetTimes ( _
    pctime As FILETIME(), _
    patime As FILETIME(), _
    pmtime As FILETIME() _
)
'使用
Dim instance As IPropertyStorage
Dim pctime As FILETIME()
Dim patime As FILETIME()
Dim pmtime As FILETIME()

instance.SetTimes(pctime, patime, pmtime)
void SetTimes(
    FILETIME[] pctime,
    FILETIME[] patime,
    FILETIME[] pmtime
)
void SetTimes(
    [InAttribute] array<FILETIME>^ pctime, 
    [InAttribute] array<FILETIME>^ patime, 
    [InAttribute] array<FILETIME>^ pmtime
)
function SetTimes(
    pctime : FILETIME[], 
    patime : FILETIME[], 
    pmtime : FILETIME[]
)

Parameters

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

Permissions

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace