C# Class Microsoft.VisualStudio.Project.Samples.NestedProject.OANestedProjectProperty

Inheritance: EnvDTE.Property
Afficher le fichier Open project: IntelliTect/PowerStudio

Private Properties

Свойство Type Description
OANestedProjectProperty System
get_IndexedValue object

Méthodes publiques

Méthode Description
OANestedProjectProperty ( ) : System

Default public constructor for Com visibility.

let_Value ( object lppvReturn ) : void

Setter function to set properties values.

set_IndexedValue ( object Index1, object Index2, object Index3, object Index4, object Val ) : void

Sets the value of the property at the specified index.

Private Methods

Méthode Description
OANestedProjectProperty ( OANestedProjectProperties parent, string name ) : System

Initializes new instance of OANestedProjectProperty object based on specified parent ProjectNode and Property name.

get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object

Method Details

OANestedProjectProperty() public méthode

Default public constructor for Com visibility.
public OANestedProjectProperty ( ) : System
Résultat System

let_Value() public méthode

Setter function to set properties values.
public let_Value ( object lppvReturn ) : void
lppvReturn 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 Val ) : 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.
Val object
Résultat void