IPropertyStorage.Stat Method

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

Syntax

'宣言
Sub Stat ( _
    <OutAttribute> pstatpsstg As STATPROPSETSTG() _
)
'使用
Dim instance As IPropertyStorage
Dim pstatpsstg As STATPROPSETSTG()

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

Parameters

  • pstatpsstg
    Type: []

Permissions

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace