DtsPropertyAttribute クラス

定義

重要

この API は CLS 準拠ではありません。

DTSプロパティ属性を表します。

public ref class DtsPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.CLSCompliant(false)]
public sealed class DtsPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.CLSCompliant(false)>]
type DtsPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class DtsPropertyAttribute
Inherits Attribute
継承
DtsPropertyAttribute
属性

コンストラクター

名前 説明
DtsPropertyAttribute()

DtsPropertyAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
TypeConverter

属性のタイプ変換器を取得するか設定します。

UITypeEditor

UIタイプエディタを取得または設定します。

適用対象