IVsTaskItem2.put_CustomColumnText – metoda (Guid, UInt32, String)
Nastaví text vlastní pole pro zobrazení seznamu zadaného úkolu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int put_CustomColumnText(
[InAttribute] ref Guid guidView,
uint iCustomColumnIndex,
string bstrText
)
int put_CustomColumnText(
[InAttribute] Guid% guidView,
unsigned int iCustomColumnIndex,
String^ bstrText
)
abstract put_CustomColumnText :
guidView:Guid byref *
iCustomColumnIndex:uint32 *
bstrText:string -> int
Function put_CustomColumnText (
<InAttribute> ByRef guidView As Guid,
iCustomColumnIndex As UInteger,
bstrText As String
) As Integer
Parametry
- guidView
[v] Identifikátor GUID zobrazení Seznam úkolů.
- iCustomColumnIndex
[v] Vlastní pole index.
- bstrText
[v] Ukazatel na řetězec obsahující pole vlastní text.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsTaskItem2::put_CustomColumnText(
[in]REFGUID guidView,
[in]ULONG iCustomColumnIndex,
[in]BSTR bstrText
);
Tuto metodu implementujte, pouze pokud chcete být uživatelem upravitelní vlastní pole.
Další informace naleznete v části poznámky o get_CustomColumnText metoda.
Viz také
IVsTaskItem2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek