| Visual Basic | |
|---|---|
Public Enum EdmBomFlag Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmBomFlag : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmBomFlag : public System.Enum | |
| Member | Description |
|---|---|
| EdmBf_AsBuilt | 1 = Include as-built referenced files, i.e., the versions which were present in the cache when the parent file was checked in |
| EdmBf_ShowSelected | 2 = Include the selected file in the Bill of Materials; if this flag is not set, only its children are included |