Compartir a través de


_dispVCProjectEngineEvents.ItemPropertyChange2 (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Sub ItemPropertyChange2 ( _
    Item As Object, _
    strPropertySheet As String, _
    strItemType As String, _
    PropertyName As String _
)
void ItemPropertyChange2(
    Object Item,
    string strPropertySheet,
    string strItemType,
    string PropertyName
)
void ItemPropertyChange2(
    Object^ Item, 
    String^ strPropertySheet, 
    String^ strItemType, 
    String^ PropertyName
)
abstract ItemPropertyChange2 : 
        Item:Object * 
        strPropertySheet:string * 
        strItemType:string * 
        PropertyName:string -> unit 
function ItemPropertyChange2(
    Item : Object, 
    strPropertySheet : String, 
    strItemType : String, 
    PropertyName : String
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

_dispVCProjectEngineEvents Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)