C# 클래스 VsTeXProject.VisualStudio.Project.Automation.OAProperties

상속: Properties
파일 보기 프로젝트 열기: mimura1133/vstex 1 사용 예제들

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator

Gets an enumeration for items in a collection.

보호된 메소드들

메소드 설명
AddPropertiesFromType ( Type targetType ) : void

Add properties to the collection of properties filtering only those properties which are com-visible and AutomationBrowsable

AddProperty ( PropertyInfo propertyInfo ) : void

Creates a new OAProperty object and adds it to the current list of properties

비공개 메소드들

메소드 설명
IsAutomationVisible ( PropertyInfo propertyInfo ) : bool
IsComVisible ( PropertyInfo propertyInfo ) : bool
IsComVisible ( Type targetType ) : bool
IsInMap ( PropertyInfo propertyInfo ) : bool
Item ( object index ) : System.Property
OAProperties ( NodeProperties target ) : System

메소드 상세

AddPropertiesFromType() 보호된 메소드

Add properties to the collection of properties filtering only those properties which are com-visible and AutomationBrowsable
protected AddPropertiesFromType ( Type targetType ) : void
targetType System.Type The type of NodeProperties the we should filter on
리턴 void

AddProperty() 보호된 메소드

Creates a new OAProperty object and adds it to the current list of properties
protected AddProperty ( PropertyInfo propertyInfo ) : void
propertyInfo System.Reflection.PropertyInfo The property to be associated with an OAProperty object
리턴 void

GetEnumerator() 공개 메소드

Gets an enumeration for items in a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator