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

Inheritance: EnvDTE.Property
Show file Open project: IntelliTect/PowerStudio

Private Properties

Property Type Description
OANestedProjectProperty System
get_IndexedValue object

Public Methods

Method 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

Method 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 method

Default public constructor for Com visibility.
public OANestedProjectProperty ( ) : System
return System

let_Value() public method

Setter function to set properties values.
public let_Value ( object lppvReturn ) : void
lppvReturn object
return void

set_IndexedValue() public method

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
return void