Partager via


ProjectNodeProperties Class

Defines the properties of the project node. To create localizable node properties for a given project, subclass this class and add public properties decorated with your own localized display name, category and description attributes.

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

Syntax

<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class ProjectNodeProperties _
    Inherits NodeProperties

Dim instance As ProjectNodeProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class ProjectNodeProperties : NodeProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectNodeProperties : public NodeProperties
public class ProjectNodeProperties extends NodeProperties

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.LocalizableProperties
    Microsoft.VisualStudio.Package.NodeProperties
      Microsoft.VisualStudio.Package.ProjectNodeProperties

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

ProjectNodeProperties Members

Microsoft.VisualStudio.Package Namespace