DataSysDescriptionAttribute Třída

Definice

Upozornění

DataSysDescriptionAttribute has been deprecated and is not supported.

Upozornění

DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202

Upozornění

DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Označí vlastnost, událost nebo extender popisem. Vizuální návrháři můžou tento popis zobrazit při odkazování na člena.

public ref class DataSysDescriptionAttribute : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Obsolete("DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202", false)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Obsolete("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
Public Class DataSysDescriptionAttribute
Inherits DescriptionAttribute
Dědičnost
DataSysDescriptionAttribute
Atributy

Konstruktory

Name Description
DataSysDescriptionAttribute(String)
Zastaralé.
Zastaralé.
Zastaralé.

Inicializuje novou instanci DataSysDescriptionAttribute třídy pomocí zadaného řetězce popisu.

Vlastnosti

Name Description
Description
Zastaralé.
Zastaralé.
Zastaralé.

Získá text popisu.

DescriptionValue
Zastaralé.
Zastaralé.
Zastaralé.

Získá nebo nastaví řetězec uložený jako popis.

(Zděděno od DescriptionAttribute)
TypeId
Zastaralé.
Zastaralé.
Zastaralé.

Při implementaci v odvozené třídě získá jedinečný identifikátor pro tento Attribute.

(Zděděno od Attribute)

Metody

Name Description
Equals(Object)
Zastaralé.
Zastaralé.
Zastaralé.

Vrátí, zda hodnota daného objektu je rovna aktuální DescriptionAttribute.

(Zděděno od DescriptionAttribute)
GetHashCode()
Zastaralé.
Zastaralé.
Zastaralé.

Vrátí kód hash pro tuto instanci.

(Zděděno od DescriptionAttribute)
GetType()
Zastaralé.
Zastaralé.
Zastaralé.

Získá Type aktuální instance.

(Zděděno od Object)
IsDefaultAttribute()
Zastaralé.
Zastaralé.
Zastaralé.

Vrátí hodnotu určující, zda se jedná o výchozí DescriptionAttribute instanci.

(Zděděno od DescriptionAttribute)
Match(Object)
Zastaralé.
Zastaralé.
Zastaralé.

Při přepsání v odvozené třídě vrátí hodnotu, která určuje, zda se tato instance rovná zadanému objektu.

(Zděděno od Attribute)
MemberwiseClone()
Zastaralé.
Zastaralé.
Zastaralé.

Vytvoří mělkou kopii aktuálního Object.

(Zděděno od Object)
ToString()
Zastaralé.
Zastaralé.
Zastaralé.

Vrátí řetězec, který představuje aktuální objekt.

(Zděděno od Object)

Explicitní implementace rozhraní

Name Description
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
Zastaralé.
Zastaralé.
Zastaralé.

Mapuje sadu názvů na odpovídající sadu identifikátorů pro rozesílání.

(Zděděno od Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
Zastaralé.
Zastaralé.
Zastaralé.

Načte informace o typu objektu, který lze použít k získání informací o typu pro rozhraní.

(Zděděno od Attribute)
_Attribute.GetTypeInfoCount(UInt32)
Zastaralé.
Zastaralé.
Zastaralé.

Získá počet rozhraní typu informací, které objekt poskytuje (0 nebo 1).

(Zděděno od Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
Zastaralé.
Zastaralé.
Zastaralé.

Poskytuje přístup k vlastnostem a metodám vystaveným objektem.

(Zděděno od Attribute)

Platí pro

Viz také