Partilhar via


Método IVsSettingsWriter.WriteCategoryVersion (Int32, Int32, Int32, Int32)

 

Publicado: abril de 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int WriteCategoryVersion(
    int nMajor,
    int nMinor,
    int nBuild,
    int nRevision
)
int WriteCategoryVersion(
    int nMajor,
    int nMinor,
    int nBuild,
    int nRevision
)
abstract WriteCategoryVersion : 
        nMajor:int *
        nMinor:int *
        nBuild:int *
        nRevision:int -> int
Function WriteCategoryVersion (
    nMajor As Integer,
    nMinor As Integer,
    nBuild As Integer,
    nRevision As Integer
) As Integer

Parâmetros

  • nMajor
     
  • nMinor
     
  • nBuild
     
  • nRevision
     

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsSettingsWriter
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo