IVsPerPropertyBrowsing.DisplayChildProperties 方法

允许类型 VT_DISPATCH 属性以递归方式查看。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function DisplayChildProperties ( _
    dispid As Integer, _
    <OutAttribute> ByRef pfDisplay As Integer _
) As Integer
int DisplayChildProperties(
    int dispid,
    out int pfDisplay
)

参数

  • pfDisplay
    类型:System.Int32%
    [out] 为指示属性是否的标志的指针可按递归方式显示。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsPerPropertyBrowsing::DisplayChildProperties(
   DISPID dispid,
   [out,retval]BOOL* pfDisplay
);

允许类型 VT_DISPATCH 属性以递归方式查看。 非 null VT_DISPATCH 属性在其旁边将具有 “+”可展开的标志符号并可由用户展开或折叠。 返回不是 S_OK 返回代码或 pfDisplay 的 false 将不显示此功能。

.NET Framework 安全性

请参见

参考

IVsPerPropertyBrowsing 接口

Microsoft.VisualStudio.Shell.Interop 命名空间