DataSysDescriptionAttribute クラス

定義

注意事項

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

注意事項

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

プロパティ、イベント、またはエクステンダーに説明をマークします。 ビジュアル デザイナーは、メンバーを参照するときにこの説明を表示できます。

public ref 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.  http://go.microsoft.com/fwlink/?linkid=14202", false)]
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)>]
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)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
Public Class DataSysDescriptionAttribute
Inherits DescriptionAttribute
継承
DataSysDescriptionAttribute
属性

コンストラクター

名前 説明
DataSysDescriptionAttribute(String)
古い.
古い.

指定した説明文字列を使用して、 DataSysDescriptionAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Description
古い.
古い.

説明のテキストを取得します。

DescriptionValue
古い.
古い.

説明として格納される文字列を取得または設定します。

(継承元 DescriptionAttribute)
TypeId
古い.
古い.

派生クラスで実装されている場合は、この Attributeの一意の識別子を取得します。

(継承元 Attribute)

メソッド

名前 説明
Equals(Object)
古い.
古い.

指定したオブジェクトの値が現在の DescriptionAttributeと等しいかどうかを返します。

(継承元 DescriptionAttribute)
GetHashCode()
古い.
古い.

このインスタンスのハッシュ コードを返します。

(継承元 DescriptionAttribute)
GetType()
古い.
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()
古い.
古い.

これが既定の DescriptionAttribute インスタンスであるかどうかを示す値を返します。

(継承元 DescriptionAttribute)
Match(Object)
古い.
古い.

派生クラスでオーバーライドされた場合、このインスタンスが指定したオブジェクトと等しいかどうかを示す値を返します。

(継承元 Attribute)
MemberwiseClone()
古い.
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
古い.
古い.

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

(継承元 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
古い.
古い.

インターフェイスの型情報を取得するために使用できるオブジェクトの型情報を取得します。

(継承元 Attribute)
_Attribute.GetTypeInfoCount(UInt32)
古い.
古い.

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

(継承元 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
古い.
古い.

オブジェクトによって公開されるプロパティとメソッドへのアクセスを提供します。

(継承元 Attribute)

適用対象

こちらもご覧ください