C# 클래스 ME3Explorer.Unreal.PropGrid

상속: System.Collections.CollectionBase, ICustomTypeDescriptor
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Add ( CustomProperty Value ) : void
GetAttributes ( ) : AttributeCollection

GetAttributes

GetClassName ( ) : string

Get Class Name

GetComponentName ( ) : string

GetComponentName

GetConverter ( ) : TypeConverter

GetConverter

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

GetDefaultEvent

GetDefaultProperty ( ) : PropertyDescriptor

GetDefaultProperty

GetEditor ( Type editorBaseType ) : object

GetEditor

GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Remove ( string Name ) : void

Remove item from List

propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
this ( int index ) : CustomProperty

Indexer

메소드 상세

Add() 공개 메소드

public Add ( CustomProperty Value ) : void
Value CustomProperty
리턴 void

GetAttributes() 공개 메소드

GetAttributes
public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

Get Class Name
public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

GetComponentName
public GetComponentName ( ) : string
리턴 string

GetConverter() 공개 메소드

GetConverter
public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

GetDefaultEvent
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

GetDefaultProperty
public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

GetEditor
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type editorBaseType
리턴 object

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object

Remove() 공개 메소드

Remove item from List
public Remove ( string Name ) : void
Name string
리턴 void

propGridPropertyValueChanged() 공개 정적인 메소드

public static propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
e PropertyValueChangedEventArgs
n int
pcc IMEPackage
리턴 void

this() 공개 메소드

Indexer
public this ( int index ) : CustomProperty
index int
리턴 CustomProperty