ExplorerNodePropertiesRequestedEventArgs – konstruktor
Vytvoří novou instanci třídy ExplorerNodePropertiesRequestedEventArgs.
Obor názvů: Microsoft.VisualStudio.SharePoint.Explorer
Sestavení: Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Deklarace
Public Sub New ( _
node As IExplorerNode, _
propertySources As IPropertySourceCollection _
)
public ExplorerNodePropertiesRequestedEventArgs(
IExplorerNode node,
IPropertySourceCollection propertySources
)
Parametry
node
Typ: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeUzel, který žádá o vlastnosti.
propertySources
Typ: Microsoft.VisualStudio.SharePoint.IPropertySourceCollectionKolekce vlastnosti uzlu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.