Sdílet prostřednictvím


IVsTaskItem2.IsCustomColumnReadOnly – metoda (Guid, UInt32, Int32)

 

Určuje-li úkol vlastní pole nastavena na stav jen pro čtení.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int IsCustomColumnReadOnly(
    [InAttribute] ref Guid guidView,
    uint iCustomColumnIndex,
    out int pfReadOnly
)
int IsCustomColumnReadOnly(
    [InAttribute] Guid% guidView,
    unsigned int iCustomColumnIndex,
    [OutAttribute] int% pfReadOnly
)
abstract IsCustomColumnReadOnly : 
        guidView:Guid byref *
        iCustomColumnIndex:uint32 *
        pfReadOnly:int byref -> int
Function IsCustomColumnReadOnly (
    <InAttribute> ByRef guidView As Guid,
    iCustomColumnIndex As UInteger,
    <OutAttribute> ByRef pfReadOnly As Integer
) As Integer

Parametry

  • guidView
    [v] Identifikátor GUID zobrazení Seznam úkolů.
  • iCustomColumnIndex
    [v] Vlastní pole index.
  • pfReadOnly
    [výstup] true Pokud má vlastní pole Stav jen pro čtení.

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 IVsTaskItem::IsCustomColumnReadOnly(
   [in] ref Guid guidView,
   [In] uint iCustomColumnIndex,
   [out] int *pfReadOnly
);

Viz také

IVsTaskItem2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek