Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a nested project in the solution.
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
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OANestedProjectItem _
Inherits OAProjectItem
'Usage
Dim instance As OANestedProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OANestedProjectItem : OAProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OANestedProjectItem : public OAProjectItem
public class OANestedProjectItem extends OAProjectItem
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Automation.OAProjectItem
Microsoft.VisualStudio.Data.Schema.Project.Automation.OANestedProjectItem
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
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace