Método IVsWritableSettingsStore.CreateCollection (String)
Cria uma nova coleção.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int CreateCollection(
string collectionPath
)
int CreateCollection(
String^ collectionPath
)
abstract CreateCollection :
collectionPath:string -> int
Function CreateCollection (
collectionPath As String
) As Integer
Parâmetros
- collectionPath
[in] O caminho em que a coleção deve ser criada.
Valor de retorno
Type: System.Int32
Retorna se o caminho completo para a coleção já existir, S_OK.Se a seqüência de caracteres vazia é passada para o método, ele retorna F:Microsoft.VisualStudio.E_INVALIDARG.
Consulte também
Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo