Metodo _dispVCProjectEngineEvents.ItemPropertyChange2
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- Item
Tipo: Object
- strPropertySheet
Tipo: String
- strItemType
Tipo: String
- PropertyName
Tipo: String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.