ExplorerNodeTypeAttribute Klasa

Definicja

Wskazuje węzeł Eksploratora serwera, który jest rozszerzany, lub określa identyfikator nowego węzła Eksploratora serwera, który jest definiowany.

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
Dziedziczenie
ExplorerNodeTypeAttribute
Atrybuty

Uwagi

Po zastosowaniu tego atrybutu do klasy, która implementuje IExplorerNodeTypeExtension interfejs, wskazuje węzeł Eksploratora serwera , który jest rozszerzany. Po zastosowaniu tego atrybutu do klasy, która implementuje IExplorerNodeTypeProvider interfejs, określa identyfikator nowego węzła. Aby uzyskać więcej informacji, zobacz How to: Extend a SharePoint Node in Server Explorer (Instrukcje: rozszerzanie węzła programu SharePoint w Eksploratorze serwera ) i How to: Add a Custom SharePoint Node to Server Explorer (Jak dodać niestandardowy węzeł programu SharePoint do Eksploratora serwera).

Konstruktory

ExplorerNodeTypeAttribute(String)

Inicjuje nowe wystąpienie klasy ExplorerNodeTypeAttribute.

Właściwości

NodeTypeId

Pobiera identyfikator węzła, który jest rozszerzony lub zdefiniowany.

Dotyczy