Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SetElementTimes ( _
pwcsName As String, _
pctime As FILETIME(), _
patime As FILETIME(), _
pmtime As FILETIME() _
)
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
)
abstract SetElementTimes :
pwcsName:string *
pctime:FILETIME[] *
patime:FILETIME[] *
pmtime:FILETIME[] -> unit
function SetElementTimes(
pwcsName : String,
pctime : FILETIME[],
patime : FILETIME[],
pmtime : FILETIME[]
)
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.