Share via


IVsSwatchClient.GetEnabledCount(Int32) Method

Definition

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

public:
 int GetEnabledCount([Runtime::InteropServices::Out] int % pcEnabled);
int GetEnabledCount([Runtime::InteropServices::Out] int & pcEnabled);
public int GetEnabledCount (out int pcEnabled);
abstract member GetEnabledCount : int -> int
Public Function GetEnabledCount (ByRef pcEnabled As Integer) As Integer

Parameters

pcEnabled
Int32

[in, out]

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsSwatchClient::GetEnabledCount(  
   [in, out] int *pcEnabled  
);  

Applies to