Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ExplorerNodePropertiesRequestedEventArgs class.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
node As IExplorerNode, _
propertySources As IPropertySourceCollection _
)
public ExplorerNodePropertiesRequestedEventArgs(
IExplorerNode node,
IPropertySourceCollection propertySources
)
Parameters
node
Type: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeThe node that is requesting properties.
propertySources
Type: Microsoft.VisualStudio.SharePoint.IPropertySourceCollectionThe collection of properties for the node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.