DeviceFilterElement.Method プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エバリュエーター デリゲートとして使用される FilterClass プロパティで指定されたクラスのメソッドを取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
public:
property System::String ^ Method { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("method")]
[System.Configuration.StringValidator(MinLength=1)]
public string Method { get; set; }
[<System.Configuration.ConfigurationProperty("method")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Method : string with get, set
Public Property Method As String
プロパティ値
エバリュエーター デリゲートである FilterClass 内のメソッド。
- 属性
注釈
このプロパティは、エバリュエーター (またはデリゲート ベース) フィルターで使用されます。