RouteAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられているコンポーネントが、指定したルート テンプレート パターンと一致する必要があることを示します。
public ref class RouteAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RouteAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RouteAttribute = class
inherit Attribute
Public NotInheritable Class RouteAttribute
Inherits Attribute
- 継承
-
RouteAttribute
- 属性
コンストラクター
RouteAttribute(String) |
のインスタンス RouteAttributeを構築します。 |
プロパティ
Template |
ルート テンプレートを取得します。 |