Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
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: System.Object
- bstrPropertySheet
 Type: System.String
- bstrItemType
 Type: System.String
- bstrPropertyName
 Type: System.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.