SynonymsAttribute クラス

定義

接続プロパティのシノニムのセットを指定します。

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

コンストラクター

SynonymsAttribute(String)

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

プロパティ

Synonyms

この属性がアタッチされている接続プロパティと同義である、コンマ区切りの接続プロパティ名の一覧を取得します。

適用対象