TfsConnection.InitializeTeamFoundationObject メソッド
作成されたオブジェクトが ITfsConnectionObject を実装している場合、そのオブジェクトを初期化します。
名前空間: Microsoft.TeamFoundation.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Protected Overridable Function InitializeTeamFoundationObject ( _
fullName As String, _
instance As Object _
) As Object
protected virtual Object InitializeTeamFoundationObject(
string fullName,
Object instance
)
パラメーター
- fullName
型: System.String
- instance
型: System.Object
戻り値
解説
The correct way to derive from this method is to try to initialize the object by checking to see whether it implements the corresponding interface. If it does not, this method should be called in an attempt to initialize it. If this function returns null that means we were not able to initialize it either. It is then up to the derived class to decide what it should do.
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。