IVsTaskItem2.put_CustomColumnText 方法

设置自定义的字段中指定的任务列表视图。

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

语法

声明
Function put_CustomColumnText ( _
    ByRef guidView As Guid, _
    iCustomColumnIndex As UInteger, _
    bstrText As String _
) As Integer
int put_CustomColumnText(
    ref Guid guidView,
    uint iCustomColumnIndex,
    string bstrText
)

参数

  • guidView
    类型:System.Guid%
    [in] 的 GUID 任务列表视图。
  • iCustomColumnIndex
    类型:System.UInt32
    [in] 自定义的字段的索引。
  • bstrText
    类型:System.String
    [in] 对包含自定义字段的文本字符串的指针。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsTaskItem2::put_CustomColumnText(
   [in]REFGUID guidView,
   [in]ULONG iCustomColumnIndex,
   [in]BSTR bstrText
);

,仅当您希望该自定义的字段是可修改的用户,则执行此方法。

有关更多信息,请参见 get_CustomColumnText 方法的 " 备注 " 节。

.NET Framework 安全性

请参见

参考

IVsTaskItem2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间