PublishesNodeTypeAttribute
(Microsoft.ManagementConsole.PublishesNodeTypeAttribute)
Inherits:
System.Attribute
Interfaces:
_Attribute
Derived Types:
0
Assembly:
Microsoft.ManagementConsole.dll
This is a sealed class that is used to define the registration information for a node. If a node does not have this attribute, it cannot be registered as an extensible node. This attribute is applicable to a snap-in. Its value contains the node type GUID for a scope node or for a selected item in a view that can be extended. More than one PublishesNodeType attributes are applicable to a snap-in.
VB.NET
C#
|
VB.NET
Public NotInheritable Class PublishesNodeTypeAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
End Class
Articles