Compartilhar via


Método IVsWritableSettingsStore.DeleteCollection (String)

 

Exclui uma coleção, bem como todas as suas propriedades e sub-collections.

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

Sintaxe

int DeleteCollection(
    string collectionPath
)
int DeleteCollection(
    String^ collectionPath
)
abstract DeleteCollection : 
        collectionPath:string -> int
Function DeleteCollection (
    collectionPath As String
) As Integer

Parâmetros

  • collectionPath
    [in] O caminho para a coleção para excluir.

Valor de retorno

Type: System.Int32

Retorna T:Microsoft.VisualStudio.VSConstants.S_OK se a coleção foi excluída.Se não existir a coleção ou uma seqüência vazia ("") é passado, retornará T:Microsoft.VisualStudio.VSConstants.S_FALSE.

Consulte também

Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo