VCCodeEvent::IsShared Property
Visual Studio 2015
IsShared is true if the event was declared with the static keyword.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Property Value
Type: System::Booleantrue if the event was declared with the static keyword; otherwise, false.
Show: