'宣言 Public Enum GenerateErrorEnum Inherits System.Enum
'使用法 Dim instance As GenerateErrorEnum
public enum GenerateErrorEnum : System.Enum
'宣言 Public Enum GenerateErrorEnum Inherits System.Enum
'使用法 Dim instance As GenerateErrorEnum
public enum GenerateErrorEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| AutoHeightNotSupproted | Auto height is not supported for an object. | 
| AutoSizeNotSupported | Auto size is not supported for an object. | 
| AutoWidthNotSupproted | Auto width is not supported for an object. | 
| CyclicReference | The document contains a cyclic reference. | 
| DataBinding | Error in data binding. | 
| LayoutChange | Layout cannot be changed at that time. | 
| None | No error. | 
| ResolvingDimension | A dimension of an object cannot be resolved. | 
| Scripting | Scripting error. | 
| Tags | Error in processing document's tags. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.GenerateErrorEnum