Compartir a través de


Clase NSCollectionEditor

Represents the namespace collection editor.

Jerarquía de herencia

System.Object
  System.Drawing.Design.UITypeEditor
    System.ComponentModel.Design.CollectionEditor
      Microsoft.SqlServer.Dts.Tasks.XMLTask.NSCollectionEditor

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Public Class NSCollectionEditor _
    Inherits CollectionEditor
'Uso
Dim instance As NSCollectionEditor
public class NSCollectionEditor : CollectionEditor
public ref class NSCollectionEditor : public CollectionEditor
type NSCollectionEditor =  
    class 
        inherit CollectionEditor 
    end
public class NSCollectionEditor extends CollectionEditor

El tipo NSCollectionEditor expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público NSCollectionEditor Initializes a new instance of the NSCollectionEditor class with specified type.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida CollectionItemType (Se hereda de CollectionEditor.)
Propiedad protegida CollectionType (Se hereda de CollectionEditor.)
Propiedad protegida Context (Se hereda de CollectionEditor.)
Propiedad protegida HelpTopic (Se hereda de CollectionEditor.)
Propiedad pública IsDropDownResizable (Se hereda de UITypeEditor.)
Propiedad protegida NewItemTypes (Se hereda de CollectionEditor.)

Arriba

Métodos

  Nombre Descripción
Método protegido CancelChanges (Se hereda de CollectionEditor.)
Método protegido CanRemoveInstance (Se hereda de CollectionEditor.)
Método protegido CanSelectMultipleInstances (Se hereda de CollectionEditor.)
Método protegido CreateCollectionForm Creates a collection form for the collection editor. (Invalida CollectionEditor.CreateCollectionForm().)
Método protegido CreateCollectionItemType Creates a collection item type for the collection editor. (Invalida CollectionEditor.CreateCollectionItemType().)
Método protegido CreateInstance (Se hereda de CollectionEditor.)
Método protegido CreateNewItemTypes (Se hereda de CollectionEditor.)
Método protegido DestroyInstance (Se hereda de CollectionEditor.)
Método público EditValue(IServiceProvider, Object) (Se hereda de UITypeEditor.)
Método público EditValue(ITypeDescriptorContext, IServiceProvider, Object) (Se hereda de CollectionEditor.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método protegido GetDisplayText Retrieves the display text for the collection editor. (Invalida CollectionEditor.GetDisplayText(Object).)
Método público GetEditStyle() (Se hereda de UITypeEditor.)
Método público GetEditStyle(ITypeDescriptorContext) (Se hereda de CollectionEditor.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetItems (Se hereda de CollectionEditor.)
Método protegido GetObjectsFromInstance (Se hereda de CollectionEditor.)
Método público GetPaintValueSupported() (Se hereda de UITypeEditor.)
Método público GetPaintValueSupported(ITypeDescriptorContext) (Se hereda de UITypeEditor.)
Método protegido GetService (Se hereda de CollectionEditor.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público PaintValue(PaintValueEventArgs) (Se hereda de UITypeEditor.)
Método público PaintValue(Object, Graphics, Rectangle) (Se hereda de UITypeEditor.)
Método protegido SetItems (Se hereda de CollectionEditor.)
Método protegido ShowHelp (Se hereda de CollectionEditor.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask