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

Inheritance: System.Property
Afficher le fichier Open project: mimura1133/vstex

Méthodes publiques

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

Method Details

OAProperty() public méthode

public OAProperty ( OAProperties parent, PropertyInfo pi ) : System
parent OAProperties
pi System.Reflection.PropertyInfo
Résultat System

get_IndexedValue() public méthode

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.
Résultat object

let_Value() public méthode

Setter function to set properties values.
public let_Value ( object value ) : void
value object
Résultat void

set_IndexedValue() public méthode

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