Partager via


ProjectElement Class

Represents a project item (usually a file) and allows getting and setting attributes on it.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public NotInheritable Class ProjectElement

Dim instance As ProjectElement
public sealed class ProjectElement
public ref class ProjectElement sealed
public final class ProjectElement

Remarks

ProjectElement class hides internal details of project items from derived classes. While the ProjectElement class itself is public, and can be manipulated by derived classes, its internal constructors make sure it can only be created from within the assembly.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.ProjectElement

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

ProjectElement Members

Microsoft.VisualStudio.Package Namespace