SfcReferenceSelectorAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
ソフト参照でもあるプロパティに適用できる有効な値を返すことができる属性。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.CLSCompliant(false)]
public class SfcReferenceSelectorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.CLSCompliant(false)>]
type SfcReferenceSelectorAttribute = class
inherit Attribute
Public Class SfcReferenceSelectorAttribute
Inherits Attribute
- 継承
-
SfcReferenceSelectorAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcReferenceSelectorAttribute(String, String, String[]) |
ソフト参照でもあるプロパティに適用できる有効な値を返すことができる属性。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Arguments |
PathExpression の引数 |
| Field |
クエリによって返される必要があるフィールド |
| PathExpression |
参照の解決に使用されるパス式 |