Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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
)
Parameters
- Item
Type: System.Object
- strPropertySheet
Type: System.String
- strItemType
Type: System.String
- PropertyName
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.