Método IVCProjectEngineEvents2.ItemPropertyChange2
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
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: System.Object
- bstrPropertySheet
Tipo: System.String
- bstrItemType
Tipo: System.String
- bstrPropertyName
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.