OANestedProjectItem Class
Represents a nested project in the solution.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OANestedProjectItem _
Inherits OAProjectItem(Of NestedProjectNode)
'使用
Dim instance As OANestedProjectItem
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OANestedProjectItem : OAProjectItem<NestedProjectNode>
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OANestedProjectItem : public OAProjectItem<NestedProjectNode^>
public class OANestedProjectItem extends OAProjectItem<NestedProjectNode>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.Automation.OAProjectItem<NestedProjectNode>
Microsoft.VisualStudio.Package.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.