IVCProjectEngineEvents2.ItemPropertyChange2 (Método)
Espacio de nombres: Microsoft.VisualStudio.VCProjectEngine
Ensamblado: Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxis
'Declaración
Sub ItemPropertyChange2 ( _
Item As Object, _
bstrPropertySheet As String, _
bstrItemType As String, _
bstrPropertyName As String _
)
void ItemPropertyChange2(
Object Item,
string bstrPropertySheet,
string bstrItemType,
string bstrPropertyName
)
void ItemPropertyChange2(
Object^ Item,
String^ bstrPropertySheet,
String^ bstrItemType,
String^ bstrPropertyName
)
abstract ItemPropertyChange2 :
Item:Object *
bstrPropertySheet:string *
bstrItemType:string *
bstrPropertyName:string -> unit
function ItemPropertyChange2(
Item : Object,
bstrPropertySheet : String,
bstrItemType : String,
bstrPropertyName : String
)
Parámetros
- Item
Tipo: Object
- bstrPropertySheet
Tipo: String
- bstrItemType
Tipo: String
- bstrPropertyName
Tipo: 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.