_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
- Item
Tipo: System.Object
- strPropertySheet
Tipo: System.String
- strItemType
Tipo: System.String
- PropertyName
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.