Share via


NSCollectionEditor Class

Represents the namespace collection editor.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Public Class NSCollectionEditor _
    Inherits CollectionEditor
'Usage
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

The NSCollectionEditor type exposes the following members.

Constructors

  Name Description
Public method NSCollectionEditor Initializes a new instance of the NSCollectionEditor class with specified type.

Top

Properties

  Name Description
Protected property CollectionItemType (Inherited from CollectionEditor.)
Protected property CollectionType (Inherited from CollectionEditor.)
Protected property Context (Inherited from CollectionEditor.)
Protected property HelpTopic (Inherited from CollectionEditor.)
Public property IsDropDownResizable (Inherited from UITypeEditor.)
Protected property NewItemTypes (Inherited from CollectionEditor.)

Top

Methods

  Name Description
Protected method CancelChanges (Inherited from CollectionEditor.)
Protected method CanRemoveInstance (Inherited from CollectionEditor.)
Protected method CanSelectMultipleInstances (Inherited from CollectionEditor.)
Protected method CreateCollectionForm Creates a collection form for the collection editor. (Overrides CollectionEditor.CreateCollectionForm().)
Protected method CreateCollectionItemType Creates a collection item type for the collection editor. (Overrides CollectionEditor.CreateCollectionItemType().)
Protected method CreateInstance (Inherited from CollectionEditor.)
Protected method CreateNewItemTypes (Inherited from CollectionEditor.)
Protected method DestroyInstance (Inherited from CollectionEditor.)
Public method EditValue(IServiceProvider, Object) (Inherited from UITypeEditor.)
Public method EditValue(ITypeDescriptorContext, IServiceProvider, Object) (Inherited from CollectionEditor.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetDisplayText Retrieves the display text for the collection editor. (Overrides CollectionEditor.GetDisplayText(Object).)
Public method GetEditStyle() (Inherited from UITypeEditor.)
Public method GetEditStyle(ITypeDescriptorContext) (Inherited from CollectionEditor.)
Public method GetHashCode (Inherited from Object.)
Protected method GetItems (Inherited from CollectionEditor.)
Protected method GetObjectsFromInstance (Inherited from CollectionEditor.)
Public method GetPaintValueSupported() (Inherited from UITypeEditor.)
Public method GetPaintValueSupported(ITypeDescriptorContext) (Inherited from UITypeEditor.)
Protected method GetService (Inherited from CollectionEditor.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PaintValue(PaintValueEventArgs) (Inherited from UITypeEditor.)
Public method PaintValue(Object, Graphics, Rectangle) (Inherited from UITypeEditor.)
Protected method SetItems (Inherited from CollectionEditor.)
Protected method ShowHelp (Inherited from CollectionEditor.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace