IVCProjectEngineEvents2.SccEvent(Object, enumSccEvent) 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:
bool SccEvent(System::Object ^ Item, Microsoft::VisualStudio::VCProjectEngine::enumSccEvent event);
public:
bool SccEvent(Platform::Object ^ Item, Microsoft::VisualStudio::VCProjectEngine::enumSccEvent event);
bool SccEvent(winrt::Windows::Foundation::IInspectable const & Item, Microsoft::VisualStudio::VCProjectEngine::enumSccEvent event);
[System.Runtime.InteropServices.DispId(280)]
public bool SccEvent (object Item, Microsoft.VisualStudio.VCProjectEngine.enumSccEvent event);
[<System.Runtime.InteropServices.DispId(280)>]
abstract member SccEvent : obj * Microsoft.VisualStudio.VCProjectEngine.enumSccEvent -> bool
Public Function SccEvent (Item As Object, event As enumSccEvent) As Boolean
Parameters
- Item
- Object
- event
- enumSccEvent
Returns
Implements
- Attributes