IVsTaskItem2.IsReadOnly 方法 (VSTASKFIELD, Int32%)

确定一个指定的任务字段是否设置为只读状态。

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

语法

声明
Function IsReadOnly ( _
    field As VSTASKFIELD, _
    <OutAttribute> ByRef pfReadOnly As Integer _
) As Integer
int IsReadOnly(
    VSTASKFIELD field,
    out int pfReadOnly
)

参数

  • pfReadOnly
    类型:System.Int32%
    out, retval],如果 true,然后任务字段为只读。如果 false,任务字段都可由用户然后编辑。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsTaskItem::IsReadOnly(
   [in] VSTASKFIELD field,
   [out, retval]BOOL *pfReadOnly
);

如果 pfReadOnly 参数设置为 false,则用户可以编辑该指定的字段,以及任务列表使用适当的放置的方法更新该字段的任务的信息。例如,因此,如果优先级别字段设置为读/写,然后任务列表 put_Priority 使用方法将此字段。

.NET Framework 安全性

请参见

参考

IVsTaskItem2 接口

IsReadOnly 重载

Microsoft.VisualStudio.Shell.Interop 命名空间