ExplorerNodeTypeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the Server Explorer node that is being extended, or specifies the ID of a new Server Explorer node that is being defined.
public ref class ExplorerNodeTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ExplorerNodeTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExplorerNodeTypeAttribute = class
inherit Attribute
Public NotInheritable Class ExplorerNodeTypeAttribute
Inherits Attribute
- Inheritance
-
ExplorerNodeTypeAttribute
- Attributes
Remarks
When you apply this attribute to a class that implements the IExplorerNodeTypeExtension interface, it indicates the Server Explorer node that is being extended. When you apply this attribute to a class that implements the IExplorerNodeTypeProvider interface, it specifies the ID for the new node. For more information, see How to: Extend a SharePoint Node in Server Explorer and How to: Add a Custom SharePoint Node to Server Explorer.
Constructors
ExplorerNodeTypeAttribute(String) |
Initializes a new instance of the ExplorerNodeTypeAttribute class. |
Properties
NodeTypeId |
Gets the ID of the node that is being extended or defined. |