Propriedade DependencyViewRemoveNodesEventArgs.NodeList
Retorna a lista de nós removidos.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property NodeList As IList(Of ISchemaModelViewerNode)
Get
Private Set
public IList<ISchemaModelViewerNode> NodeList { get; private set; }
public:
property IList<ISchemaModelViewerNode^>^ NodeList {
IList<ISchemaModelViewerNode^>^ get ();
private: void set (IList<ISchemaModelViewerNode^>^ value);
}
member NodeList : IList<ISchemaModelViewerNode> with get, private set
function get NodeList () : IList<ISchemaModelViewerNode>
private function set NodeList (value : IList<ISchemaModelViewerNode>)
Valor de propriedade
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DependencyViewRemoveNodesEventArgs Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView