CommonImageKind Enum
Specifies a common image for use with the CommonImageSourceProvider.
public enum CommonImageKind
Fields
| Name | Description |
|---|---|
| Assembly | An assembly. |
| ClassInternal | An internal class. |
| ClassPrivate | A private class. |
| ClassProtected | A protected class. |
| ClassPublic | A public class. |
| CodeSnippet | A code snippet. |
| ConstantInternal | An internal constant. |
| ConstantPrivate | A private constant. |
| ConstantProtected | A protected constant. |
| ConstantPublic | A public constant. |
| DelegateInternal | An internal delegate. |
| DelegatePrivate | A private delegate. |
| DelegateProtected | A protected delegate. |
| DelegatePublic | A public delegate. |
| EnumerationInternal | An internal enumeration. |
| EnumerationItem | An enumeration item. |
| EnumerationPrivate | A private enumeration. |
| EnumerationProtected | A protected enumeration. |
| EnumerationPublic | A public enumeration. |
| EventInternal | An internal event. |
| EventPrivate | A private event. |
| EventProtected | A protected event. |
| EventPublic | A public event. |
| ExtensionMethodInternal | An internal extension method. |
| ExtensionMethodPrivate | A private extension method. |
| ExtensionMethodProtected | A protected extension method. |
| ExtensionMethodPublic | A public extension method. |
| FieldInternal | An internal field. |
| FieldPrivate | A private field. |
| FieldProtected | A protected field. |
| FieldPublic | A public field. |
| FolderClosed | A closed folder. |
| GenericArgument | A generic argument. |
| InterfaceInternal | An internal interface. |
| InterfacePrivate | A private interface. |
| InterfaceProtected | A protected interface. |
| InterfacePublic | A public interface. |
| Keyword | A keyword. |
| MethodInternal | An internal method. |
| MethodPrivate | A private method. |
| MethodProtected | A protected method. |
| MethodPublic | A public method. |
| Namespace | A namespace. |
| Operator | An operator. |
| Parameter | A parameter. |
| PropertyInternal | An internal property. |
| PropertyPrivate | A private property. |
| PropertyProtected | A protected property. |
| PropertyPublic | A public property. |
| StandardModuleInternal | An internal standard module. |
| StandardModulePublic | A public standard module. |
| StructureInternal | An internal structure. |
| StructurePrivate | A private structure. |
| StructureProtected | A protected structure. |
| StructurePublic | A public structure. |
| Warning | A warning. |
| XmlAttribute | An XML attribute. |
| XmlCDataSection | An XML CDATA section. |
| XmlComment | An XML comment. |
| XmlDeclaration | An XML declaration. |
| XmlProcessingInstruction | An XML processing instruction. |
| XmlTag | An XML tag. |