共用方式為


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 命名空間