ModuleServiceMethodAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトのメソッドを ModuleService 、クライアントが直接呼び出し可能としてマークします。
public ref class ModuleServiceMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ModuleServiceMethodAttribute : Attribute
type ModuleServiceMethodAttribute = class
inherit Attribute
Public NotInheritable Class ModuleServiceMethodAttribute
Inherits Attribute
- 継承
-
ModuleServiceMethodAttribute
- 属性
コンストラクター
ModuleServiceMethodAttribute() |
ModuleServiceMethodAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
PassThrough |
モジュール サービス メソッドがクライアントから直接呼び出し可能かどうかを示す値を取得または設定します。 |