Partilhar via


Método IVsProjectFactory.Close ()

 

Desliga a fábrica de projeto.

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

Sintaxe

int Close()
int Close()
abstract Close : unit -> int
Function Close As Integer

Valor de retorno

Type: System.Int32

Comentários

O ambiente chama este método em conjunto com UnregisterProjectType.

Consulte também

Interface IVsProjectFactory
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo