Método IVsProjectCfgProvider.get_UsesIndependentConfigurations (Int32)
Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_UsesIndependentConfigurations(
out int pfUsesIndependentConfigurations
)
int get_UsesIndependentConfigurations(
[OutAttribute] int% pfUsesIndependentConfigurations
)
abstract get_UsesIndependentConfigurations :
pfUsesIndependentConfigurations:int byref -> int
Function get_UsesIndependentConfigurations (
<OutAttribute> ByRef pfUsesIndependentConfigurations As Integer
) As Integer
Parâmetros
- pfUsesIndependentConfigurations
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsProjectCfgProvider
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo