IVsCompletionSetBuilder.GetBuilderCount(Int32) Method

Definition

Gets the number of completion sets.

public:
 int GetBuilderCount(int % piCount);
int GetBuilderCount(int & piCount);
public int GetBuilderCount (ref int piCount);
abstract member GetBuilderCount : int -> int
Public Function GetBuilderCount (ByRef piCount As Integer) As Integer

Parameters

piCount
Int32

The number of completion sets.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

Should be less than or equal to 3.

Applies to