C# Class VsTeXProject.VisualStudio.Project.Automation.OAProperties

Inheritance: Properties
Exibir arquivo Open project: mimura1133/vstex Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator

Gets an enumeration for items in a collection.

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddPropertiesFromType() protected method

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
return void

AddProperty() protected method

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
return void

GetEnumerator() public method

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