Metodo IVCProjectEngineEvents2.ItemPropertyChange2
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- Item
Tipo: Object
- bstrPropertySheet
Tipo: String
- bstrItemType
Tipo: String
- bstrPropertyName
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.