C# 클래스 ImageProcessor.Web.Configuration.ImageProcessingSection.PluginElementCollection

Represents a PluginElementCollection collection configuration element within the configuration.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
this ( int index ) : PluginElement

Gets or sets the T:ImageProcessor.Web.Config.ImageProcessingSection.PluginElement at the specified index within the collection.

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement

Creates a new Plugin configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified PluginElement configuration element.

메소드 상세

CreateNewElement() 보호된 메소드

Creates a new Plugin configuration element.
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

Gets the element key for a specified PluginElement configuration element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement /// The ConfigurationElement /// to return the key for. ///
리턴 object

this() 공개 메소드

Gets or sets the T:ImageProcessor.Web.Config.ImageProcessingSection.PluginElement at the specified index within the collection.
public this ( int index ) : PluginElement
index int /// The index at which to get the specified object. ///
리턴 PluginElement