| Visual Basic | |
|---|---|
Public Enum EdmGroupDataFlags Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmGroupDataFlags : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmGroupDataFlags : public System.Enum | |
| Member | Description |
|---|---|
| Edmgdf_ForceAdd | 4 = Add this group even if validation of the other groups in the array failed |
| Edmgdf_GetInterface | 1 = Retrieve the interface of the group and return it in EdmGroupData::mpoGroup |
| Edmgdf_Nothing | 0 = No options |
| Edmgdf_Replace | 2 = Replace the existing group |