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
Public Overridable Sub ItemPropertyChange2 ( _
A_1 As Object, _
A_2 As String, _
A_3 As String, _
A_4 As String _
)
public virtual void ItemPropertyChange2(
Object A_1,
string A_2,
string A_3,
string A_4
)
public:
virtual void ItemPropertyChange2(
Object^ A_1,
String^ A_2,
String^ A_3,
String^ A_4
)
abstract ItemPropertyChange2 :
A_1:Object *
A_2:string *
A_3:string *
A_4:string -> unit
override ItemPropertyChange2 :
A_1:Object *
A_2:string *
A_3:string *
A_4:string -> unit
public function ItemPropertyChange2(
A_1 : Object,
A_2 : String,
A_3 : String,
A_4 : String
)
Parameters
- A_1
Type: System.Object
- A_2
Type: System.String
- A_3
Type: System.String
- A_4
Type: System.String
Implements
_dispVCProjectEngineEvents.ItemPropertyChange2(Object, String, String, 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.