Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or gets the SolutionExplorerMode.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Property DefaultSolutionExplorerMode As solutionExplorerMode
Get
Set
solutionExplorerMode DefaultSolutionExplorerMode { get; set; }
property solutionExplorerMode DefaultSolutionExplorerMode {
solutionExplorerMode get ();
void set (solutionExplorerMode value);
}
abstract DefaultSolutionExplorerMode : solutionExplorerMode with get, set
function get DefaultSolutionExplorerMode () : solutionExplorerMode
function set DefaultSolutionExplorerMode (value : solutionExplorerMode)
Property Value
Type: Microsoft.VisualStudio.VCProject.solutionExplorerMode
The solutionExplorerMode.
Remarks
The solutionExplorerMode can be either "Show only files in this project" or "Show all files".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.