Task.IVsTaskItem.IsReadOnly(VSTASKFIELD, Int32) Methode

Definition

Bestimmt, ob das angegebene Aufgabenfeld schreibgeschützt ist.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.IsReadOnly(Microsoft::VisualStudio::Shell::Interop::VSTASKFIELD field, [Runtime::InteropServices::Out] int % fReadOnly) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::IsReadOnly;
int IVsTaskItem.IsReadOnly (Microsoft.VisualStudio.Shell.Interop.VSTASKFIELD field, out int fReadOnly);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.IsReadOnly : Microsoft.VisualStudio.Shell.Interop.VSTASKFIELD * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.IsReadOnly : Microsoft.VisualStudio.Shell.Interop.VSTASKFIELD * int -> int
Function IsReadOnly (field As VSTASKFIELD, ByRef fReadOnly As Integer) As Integer Implements IVsTaskItem.IsReadOnly

Parameter

fReadOnly
Int32

[out] Gibt true zurück, wenn das Feld schreibgeschützt ist, andernfalls false.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Gilt für