NSCollectionEditor 类

Represents the namespace collection editor.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集:  Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)

语法

声明
Public Class NSCollectionEditor _
    Inherits CollectionEditor
用法
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

NSCollectionEditor 类型公开以下成员。

构造函数

  名称 说明
公共方法 NSCollectionEditor Initializes a new instance of the NSCollectionEditor class with specified type.

页首

属性

  名称 说明
受保护属性 CollectionItemType (从 CollectionEditor 继承。)
受保护属性 CollectionType (从 CollectionEditor 继承。)
受保护属性 Context (从 CollectionEditor 继承。)
受保护属性 HelpTopic (从 CollectionEditor 继承。)
公共属性 IsDropDownResizable (从 UITypeEditor 继承。)
受保护属性 NewItemTypes (从 CollectionEditor 继承。)

页首

方法

  名称 说明
受保护方法 CancelChanges (从 CollectionEditor 继承。)
受保护方法 CanRemoveInstance (从 CollectionEditor 继承。)
受保护方法 CanSelectMultipleInstances (从 CollectionEditor 继承。)
受保护方法 CreateCollectionForm Creates a collection form for the collection editor. (覆盖 CollectionEditor.CreateCollectionForm()。)
受保护方法 CreateCollectionItemType Creates a collection item type for the collection editor. (覆盖 CollectionEditor.CreateCollectionItemType()。)
受保护方法 CreateInstance (从 CollectionEditor 继承。)
受保护方法 CreateNewItemTypes (从 CollectionEditor 继承。)
受保护方法 DestroyInstance (从 CollectionEditor 继承。)
公共方法 EditValue(IServiceProvider, Object) (从 UITypeEditor 继承。)
公共方法 EditValue(ITypeDescriptorContext, IServiceProvider, Object) (从 CollectionEditor 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
受保护方法 GetDisplayText Retrieves the display text for the collection editor. (覆盖 CollectionEditor.GetDisplayText(Object)。)
公共方法 GetEditStyle() (从 UITypeEditor 继承。)
公共方法 GetEditStyle(ITypeDescriptorContext) (从 CollectionEditor 继承。)
公共方法 GetHashCode (从 Object 继承。)
受保护方法 GetItems (从 CollectionEditor 继承。)
受保护方法 GetObjectsFromInstance (从 CollectionEditor 继承。)
公共方法 GetPaintValueSupported() (从 UITypeEditor 继承。)
公共方法 GetPaintValueSupported(ITypeDescriptorContext) (从 UITypeEditor 继承。)
受保护方法 GetService (从 CollectionEditor 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 PaintValue(PaintValueEventArgs) (从 UITypeEditor 继承。)
公共方法 PaintValue(Object, Graphics, Rectangle) (从 UITypeEditor 继承。)
受保护方法 SetItems (从 CollectionEditor 继承。)
受保护方法 ShowHelp (从 CollectionEditor 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空间