Compartilhar via


Método IVsWritableSettingsStore.CollectionExists (String, Int32)

 

Publicado: abril de 2016

Determina se um conjunto nomeado.

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

Sintaxe

int CollectionExists(
    string collectionPath,
    out int pfExists
)
int CollectionExists(
    String^ collectionPath,
    [OutAttribute] int% pfExists
)
abstract CollectionExists : 
        collectionPath:string *
        pfExists:int byref -> int
Function CollectionExists (
    collectionPath As String,
    <OutAttribute> ByRef pfExists As Integer
) As Integer

Parâmetros

  • collectionPath
    [in] O caminho para as configurações.
  • pfExists
    [out] true se a coleção existe.

Valor de retorno

Type: System.Int32

Retorna T:Microsoft.VisualStudio.VSConstants.S_OK se a coleção existe.

Implementações

IVsSettingsStore.CollectionExists(String, Int32)

Consulte também

Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo