'Declaration
<SuppressMessageAttribute(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="We have own naming rules.")>
<FlagsAttribute()>
<SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="Default is more appropriate.")>
Public Enum ImGearWordRenderOptions
Inherits System.Enum
'Usage
Dim instance As ImGearWordRenderOptions
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="We have own naming rules.")]
[Flags()]
[SuppressMessage(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="Default is more appropriate.")]
public enum ImGearWordRenderOptions : System.Enum
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="We have own naming rules.")]
[Flags()]
[SuppressMessage(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="Default is more appropriate.")]
__value public enum ImGearWordRenderOptions : public System.Enum
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="We have own naming rules.")]
[Flags()]
[SuppressMessage(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="Default is more appropriate.")]
public enum class ImGearWordRenderOptions : public System.Enum