IVsSwatchClient.GetEnabledCount(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.
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
);