ExtendedPropertyAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプロパティは、メタデータと値の変更に関して別のプロパティに依存していることを示しました
[System.AttributeUsage(System.AttributeTargets.Property)]
public class ExtendedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ExtendedPropertyAttribute = class
inherit Attribute
Public Class ExtendedPropertyAttribute
Inherits Attribute
- 継承
-
ExtendedPropertyAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ExtendedPropertyAttribute() |
既定の ctor。 親のペットが指定されていません |
| ExtendedPropertyAttribute(String) |
ctor |
プロパティ
| 名前 | 説明 |
|---|---|
| HasParent |
プロパティに親のプロパティがあることを示します |
| ParentPropertyName |
親プロパティ名 |