HttpComponentCreator<TComponent> クラス
継承階層
System.Object
Microsoft.TeamFoundation.Framework.Server.HttpComponentCreator<TComponent>
名前空間: Microsoft.TeamFoundation.Framework.Server
アセンブリ: Microsoft.TeamFoundation.Framework.Server (Microsoft.TeamFoundation.Framework.Server.dll 内)
構文
'宣言
Public NotInheritable Class HttpComponentCreator(Of TComponent As {New, HttpResourceComponent}) _
Implements IComponentCreator
public sealed class HttpComponentCreator<TComponent> : IComponentCreator
where TComponent : new(), HttpResourceComponent
型パラメーター
- TComponent
HttpComponentCreator<TComponent> 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
HttpComponentCreator<TComponent>(Int32) | ||
HttpComponentCreator<TComponent>(Int32, Boolean) |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
IsTransitionCreator | ||
ServiceVersion |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Create(TeamFoundationRequestContext, String) | ||
Create(String, Int32, Int32, Int32) | ||
CreateHttp | ||
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。