IVsTaskItem2.IsCustomColumnReadOnly 方法

确定自定义的任务字段是否设置为只读状态。

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

语法

声明
Function IsCustomColumnReadOnly ( _
    ByRef guidView As Guid, _
    iCustomColumnIndex As UInteger, _
    <OutAttribute> ByRef pfReadOnly As Integer _
) As Integer
int IsCustomColumnReadOnly(
    ref Guid guidView,
    uint iCustomColumnIndex,
    out int pfReadOnly
)

参数

  • guidView
    类型:System.Guid%
    [in] 的 GUID 任务列表视图。
  • iCustomColumnIndex
    类型:System.UInt32
    [in] 自定义的字段的索引。
  • pfReadOnly
    类型:System.Int32%
    [out] true ,如果自定义字段的只读状态。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsTaskItem::IsCustomColumnReadOnly(
   [in] ref Guid guidView,
   [In] uint iCustomColumnIndex,
   [out] int *pfReadOnly
);

.NET Framework 安全性

请参见

参考

IVsTaskItem2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间