C# 클래스 Microsoft.VisualStudio.Project.LocalizableProperties

상속: ICustomTypeDescriptor
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateDesignPropertyDescriptor ( PropertyDescriptor propertyDescriptor ) : DesignPropertyDescriptor
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( System attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( System attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
LocalizableProperties ( ProjectNode projectManager ) : System

메소드 상세

CreateDesignPropertyDescriptor() 공개 메소드

public CreateDesignPropertyDescriptor ( PropertyDescriptor propertyDescriptor ) : DesignPropertyDescriptor
propertyDescriptor System.ComponentModel.PropertyDescriptor
리턴 DesignPropertyDescriptor

GetAttributes() 공개 메소드

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

public GetComponentName ( ) : string
리턴 string

GetConverter() 공개 메소드

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

GetDefaultEvent() 공개 메소드

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

GetDefaultProperty() 공개 메소드

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

GetEditor() 공개 메소드

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

GetEvents() 공개 메소드

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

GetEvents() 공개 메소드

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

GetProperties() 공개 메소드

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

GetProperties() 공개 메소드

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

GetPropertyOwner() 공개 메소드

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

LocalizableProperties() 공개 메소드

public LocalizableProperties ( ProjectNode projectManager ) : System
projectManager ProjectNode
리턴 System