IVsSccControlNewSolution.AddNewSolutionToSourceControl Methode

Definition

Fügt der Quellcodeverwaltung die aktuelle Projektmappe hinzu.

public:
 int AddNewSolutionToSourceControl();
public:
 int AddNewSolutionToSourceControl();
int AddNewSolutionToSourceControl();
public int AddNewSolutionToSourceControl ();
abstract member AddNewSolutionToSourceControl : unit -> int
Public Function AddNewSolutionToSourceControl () As Integer

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus ivsscccontrolnewsolution. idl

HRESULT AddNewSolutionToSourceControl(void);  

Diese Methode wird unmittelbar nach dem Erstellen der Projekt Mappe aufgerufen.

Gilt für