Método IVsSettingsStore.CollectionExists (String, Int32)
Determina se a determinada coleção.
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 a coleção.
- pfExists
[out] Retorna true se a coleção existe.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo