Método _dispVCProjectEngineEvents.ItemPropertyChange2
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
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
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.