ToolStripItemDesignerAvailabilityAttribute Класс
Определение
Задает типы, в которых может отображаться элемент ToolStripItem.Specifies which types a ToolStripItem can appear in. Этот класс не наследуется.This class cannot be inherited.
public ref class ToolStripItemDesignerAvailabilityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ToolStripItemDesignerAvailabilityAttribute : Attribute
type ToolStripItemDesignerAvailabilityAttribute = class
inherit Attribute
Public NotInheritable Class ToolStripItemDesignerAvailabilityAttribute
Inherits Attribute
- Наследование
- Атрибуты
Комментарии
Доступные типы: ToolStrip, MenuStrip, ContextMenuStripи. StatusStripAvailable types are ToolStrip, MenuStrip, ContextMenuStrip, and StatusStrip.
Конструкторы
ToolStripItemDesignerAvailabilityAttribute() |
Инициализирует новый экземпляр по умолчанию класса ToolStripItemDesignerAvailabilityAttribute.Initializes a new default instance of the ToolStripItemDesignerAvailabilityAttribute class. |
ToolStripItemDesignerAvailabilityAttribute(ToolStripItemDesignerAvailability) |
Инициализирует новый экземпляр класса ToolStripItemDesignerAvailabilityAttribute с указанной видимостью.Initializes a new instance of the ToolStripItemDesignerAvailabilityAttribute class with the specified visibility. |
Поля
Default |
Определяет значение по умолчанию для атрибута ToolStripItemDesignerAvailabilityAttribute.Specifies the default value of the ToolStripItemDesignerAvailabilityAttribute. Это поле доступно только для чтения.This field is read-only. |
Свойства
ItemAdditionVisibility |
Получает видимость элемента ToolStripItem.Gets the visibility of a ToolStripItem. |
TypeId |
При реализации в производном классе возвращает уникальный идентификатор для этого Attribute.When implemented in a derived class, gets a unique identifier for this Attribute. (Унаследовано от Attribute) |
Методы
Equals(Object) |
Возвращает значение, указывающее, равен ли этот экземпляр указанному объекту.Returns a value that indicates whether this instance is equal to a specified object. |
GetHashCode() |
Возвращает хэш-код данного экземпляра.Returns the hash code for this instance. |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
IsDefaultAttribute() |
При переопределении в производном классе показывает, является ли значение данного экземпляра значением по умолчанию для производного класса.When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. |
Match(Object) |
При переопределении в производном классе возвращает значение, указывающее, является ли этот экземпляр равным заданному объекту.When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Унаследовано от Attribute) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
Явные реализации интерфейса
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Сопоставляет набор имен соответствующему набору идентификаторов диспетчеризации.Maps a set of names to a corresponding set of dispatch identifiers. (Унаследовано от Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Возвращает сведения о типе объекта, которые можно использовать для получения сведений о типе интерфейса.Retrieves the type information for an object, which can be used to get the type information for an interface. (Унаследовано от Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Возвращает количество предоставляемых объектом интерфейсов для доступа к сведениям о типе (0 или 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Унаследовано от Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Предоставляет доступ к открытым свойствам и методам объекта.Provides access to properties and methods exposed by an object. (Унаследовано от Attribute) |