Freigeben über


IPropertyStorage.Stat Method

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

Syntax

'Declaration
Sub Stat ( _
    <OutAttribute> pstatpsstg As STATPROPSETSTG() _
)
'Usage
Dim instance As IPropertyStorage
Dim pstatpsstg As STATPROPSETSTG()

instance.Stat(pstatpsstg)
void Stat(
    STATPROPSETSTG[] pstatpsstg
)
void Stat(
    [OutAttribute] array<STATPROPSETSTG>^ pstatpsstg
)
abstract Stat : 
        pstatpsstg:STATPROPSETSTG[] byref -> unit 
function Stat(
    pstatpsstg : STATPROPSETSTG[]
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace