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() _
)
void Stat(
STATPROPSETSTG[] pstatpsstg
)
void Stat(
[OutAttribute] array<STATPROPSETSTG>^ pstatpsstg
)
abstract Stat :
pstatpsstg:STATPROPSETSTG[] byref -> unit
function Stat(
pstatpsstg : STATPROPSETSTG[]
)
Parameters
- pstatpsstg
Type: array<Microsoft.VisualStudio.OLE.Interop.STATPROPSETSTG[]
.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.