Share via


CodeNodeProperties.IsCompilerGenerated Property

Definition

The node is compiler generated.

public:
 static property Microsoft::VisualStudio::GraphModel::GraphProperty ^ IsCompilerGenerated { Microsoft::VisualStudio::GraphModel::GraphProperty ^ get(); };
public static Microsoft.VisualStudio.GraphModel.GraphProperty IsCompilerGenerated { get; }
static member IsCompilerGenerated : Microsoft.VisualStudio.GraphModel.GraphProperty
Public Shared ReadOnly Property IsCompilerGenerated As GraphProperty

Property Value

Remarks

This usually also means the node will not appear in the UI.

Applies to