IVCProjectEngineEvents2.ItemPropertyChange2 Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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
)
Parameters
- Item
Type: Object
- bstrPropertySheet
Type: String
- bstrItemType
Type: String
- bstrPropertyName
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.