Represents the automation-compliant version of the top-level directory in the project hierarchy that contains one or more projects. The type parameter is a HierarchyNode or a subclass (such as ProjectNode) that represents the solution. This class implements SolutionFolder.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OASolutionFolder(Of T As HierarchyNode) _
Implements SolutionFolder
'使用
Dim instance As OASolutionFolder(Of T)
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OASolutionFolder<T> : SolutionFolder where T : HierarchyNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
generic<typename T>
where T : HierarchyNode
public ref class OASolutionFolder : SolutionFolder
JScript does not support generic types or methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.Automation.OASolutionFolder<T>
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.