IVsTaskItem3.GetDefaultEditField(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the user starts editing the task in a way that does not select a specific field, this method specifies the field in which editing will begin.
public:
int GetDefaultEditField([Runtime::InteropServices::Out] int % piField);
int GetDefaultEditField([Runtime::InteropServices::Out] int & piField);
public int GetDefaultEditField (out int piField);
abstract member GetDefaultEditField : int -> int
Public Function GetDefaultEditField (ByRef piField As Integer) As Integer
Parameters
- piField
- Int32
[out] A pointer to an integer containing the field number from which editing will begin.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsTaskItem3::GetDefaultEditField(
[out] int* piField
);