C# Класс Headless.Activation.SupportedTagAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SupportedTagAttribute ( string tagName ) : System

Initializes a new instance of the SupportedTagAttribute class.

SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System

Initializes a new instance of the SupportedTagAttribute class.

ToString ( ) : string

Описание методов

SupportedTagAttribute() публичный Метод

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName ) : System
tagName string /// Name of the tag. ///
Результат System

SupportedTagAttribute() публичный Метод

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System
tagName string /// Name of the tag. ///
attributeName string /// Name of the attribute. ///
attributeValue string /// The attribute value. ///
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string