次の方法で共有


SupportedElementTypeAttribute.ElementType プロパティ

関連付けられた DataRule で分析できる要素の型。

名前空間:  Microsoft.Data.Schema.StaticCodeAnalysis
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Property ElementType As Type
    Get
    Private Set
public Type ElementType { get; private set; }
public:
property Type^ ElementType {
    Type^ get ();
    private: void set (Type^ value);
}
member ElementType : Type with get, private set
function get ElementType () : Type
private function set ElementType (value : Type)

プロパティ値

型: System.Type
IModelElement オブジェクトの Type

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

SupportedElementTypeAttribute クラス

Microsoft.Data.Schema.StaticCodeAnalysis 名前空間

DataRule

IModelElement