IVCProjectEngineEvents2.ItemPropertyChange2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ItemPropertyChange2(System::Object ^ Item, System::String ^ bstrPropertySheet, System::String ^ bstrItemType, System::String ^ bstrPropertyName);
public:
void ItemPropertyChange2(Platform::Object ^ Item, Platform::String ^ bstrPropertySheet, Platform::String ^ bstrItemType, Platform::String ^ bstrPropertyName);
void ItemPropertyChange2(winrt::Windows::Foundation::IInspectable const & Item, std::wstring const & bstrPropertySheet, std::wstring const & bstrItemType, std::wstring const & bstrPropertyName);
[System.Runtime.InteropServices.DispId(285)]
public void ItemPropertyChange2 (object Item, string bstrPropertySheet, string bstrItemType, string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(285)>]
abstract member ItemPropertyChange2 : obj * string * string * string -> unit
Public Sub ItemPropertyChange2 (Item As Object, bstrPropertySheet As String, bstrItemType As String, bstrPropertyName As String)
Parameters
- Item
- Object
- bstrPropertySheet
- String
- bstrItemType
- String
- bstrPropertyName
- String
- Attributes