OASolutionFolder Class

This type is only used internally; you cannot use it directly from your code. Represents the automation-compliant version of the top-level directory in the project hierarchy that contains one or more projects.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OASolutionFolder _
    Implements SolutionFolder
'Usage
Dim instance As OASolutionFolder
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OASolutionFolder : SolutionFolder
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OASolutionFolder : SolutionFolder
public class OASolutionFolder implements SolutionFolder
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OASolutionFolder =  
    class
        interface SolutionFolder
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OASolutionFolder

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OASolutionFolder Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace