IVsSwatchClient.GetEnabledCount(Int32) Método

Definição

Essa interface foi preterida a partir do Visual Studio 2010. O Shell do Visual Studio não reconhece mais essa 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

Parâmetros

pcEnabled
Int32

[entrada, saída]

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

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

Aplica-se a