C# Class Microsoft.VisualStudio.Project.Automation.OANullProperty

Inheritance: System.Property
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Méthodes publiques

Méthode Description
OANullProperty ( OAProperties parent ) : System
get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object
let_Value ( object value ) : void
set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void

Method Details

OANullProperty() public méthode

public OANullProperty ( OAProperties parent ) : System
parent OAProperties
Résultat System

get_IndexedValue() public méthode

public get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object
index1 object
index2 object
index3 object
index4 object
Résultat object

let_Value() public méthode

public let_Value ( object value ) : void
value object
Résultat void

set_IndexedValue() public méthode

public set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void
index1 object
index2 object
index3 object
index4 object
value object
Résultat void