C# 클래스 Microsoft.VisualStudio.Project.Automation.OAProperty

상속: EnvDTE.Property
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

공개 메소드들

메소드 설명
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