CodeNodeProperties::IsCompilerGenerated Property
Visual Studio 2015
The node is compiler generated.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property GraphProperty^ IsCompilerGenerated { static GraphProperty^ get(); private: static void set(GraphProperty^ value); }
This usually also means the node will not appear in the UI.
Show: