CodeNodeProperties::IsCompilerGenerated Property

 

The node is compiler generated.

Namespace:   Microsoft.VisualStudio.GraphModel.Schemas
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.

Return to top
Show: