IVsObjectList.CanDelete 方法

返回指示给定点是否的标志列表项可以删除。

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

语法

声明
Function CanDelete ( _
    index As UInteger, _
    <OutAttribute> ByRef pfOK As Integer _
) As Integer
int CanDelete(
    uint index,
    out int pfOK
)

参数

  • index
    类型:System.UInt32
    [in] 指定列表项的索引相关。
  • pfOK
    类型:System.Int32%
    [out] 为该项是否的标志的指针可以被删除。

返回值

类型:System.Int32
返回 true ,则可以删除的项的索引, false ,则不能。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsObjectList::CanDelete(
   [in] ULONG Index,
   [out] BOOL *pfOK
);

设置 pfOK 索引指示项目是否能删除。 返回 true,则可以, false ,如果没有。

.NET Framework 安全性

请参见

参考

IVsObjectList 接口

Microsoft.VisualStudio.Shell.Interop 命名空间