OANestedProjectItem Class
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Internal.OAProjectItem
Microsoft.VisualStudio.Data.Schema.Package.Internal.OANestedProjectItem
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OANestedProjectItem _
Inherits OAProjectItem
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OANestedProjectItem : OAProjectItem
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OANestedProjectItem : public OAProjectItem
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OANestedProjectItem =
class
inherit OAProjectItem
end
public class OANestedProjectItem extends OAProjectItem
The OANestedProjectItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Collection | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ConfigurationManager | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ContainingProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Document | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
DTE | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ExtenderCATID | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ExtenderNames | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
FileCodeModel | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
FileCount | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
IsDirty | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Kind | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Name | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Object | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Project | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ProjectItems | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAProjectItem.ProjectItems.) | |
Properties | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Saved | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
SubProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides OAProjectItem.SubProject.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExpandView | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
get_Extender | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
get_FileNames | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
get_IsOpen | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Open | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Remove | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
Save | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
SaveAs | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from OAProjectItem.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.Package.Internal Namespace