C# Класс VsTeXProject.VisualStudio.Project.Automation.OAProperties

Наследование: Properties
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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