C# Класс Microsoft.VisualStudio.Project.Automation.OAProperty

Наследование: EnvDTE.Property
Показать файл Открыть проект

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

Метод Описание
OAProperty ( OAProperties parent, PropertyInfo pi ) : System
get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object

Returns one element of a list.

let_Value ( object value ) : void

Setter function to set properties values.

set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void

Sets the value of the property at the specified index.

Описание методов

OAProperty() публичный Метод

public OAProperty ( OAProperties parent, PropertyInfo pi ) : System
parent OAProperties
pi System.Reflection.PropertyInfo
Результат System

get_IndexedValue() публичный Метод

Returns one element of a list.
public get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object
index1 object The index of the item to display.
index2 object The index of the item to display. Reserved for future use.
index3 object The index of the item to display. Reserved for future use.
index4 object The index of the item to display. Reserved for future use.
Результат object

let_Value() публичный Метод

Setter function to set properties values.
public let_Value ( object value ) : void
value object
Результат void

set_IndexedValue() публичный Метод

Sets the value of the property at the specified index.
public set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void
index1 object The index of the item to set.
index2 object Reserved for future use.
index3 object Reserved for future use.
index4 object Reserved for future use.
value object The value to set.
Результат void