NodeProperties Class

To create your own localizable node properties, inherit from NodeProperties 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 NodeProperties _
    Inherits LocalizableProperties _
    Implements ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider,  _
    IVsBrowseObject
'使用
Dim instance As NodeProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class NodeProperties : LocalizableProperties, ISpecifyPropertyPages, 
    IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class NodeProperties : public LocalizableProperties, 
    ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject
public class NodeProperties extends LocalizableProperties implements ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject

Remarks

NodeProperties inherits from LocalizableProperties.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.LocalizableProperties
    Microsoft.VisualStudio.Package.NodeProperties
      Microsoft.VisualStudio.Package.FileNodeProperties
      Microsoft.VisualStudio.Package.DependentFileNodeProperties
      Microsoft.VisualStudio.Package.ProjectNodeProperties
      Microsoft.VisualStudio.Package.FolderNodeProperties
      Microsoft.VisualStudio.Package.ReferenceNodeProperties

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

NodeProperties Members

Microsoft.VisualStudio.Package Namespace