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

Inheritance: Properties
Afficher le fichier Open project: mimura1133/vstex Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator

Gets an enumeration for items in a collection.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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
Résultat void

AddProperty() protected méthode

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
Résultat void

GetEnumerator() public méthode

Gets an enumeration for items in a collection.
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator