Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function WillBeDeletedHelper ( _
requestContext As TeamFoundationRequestContext, _
node As CatalogNode, _
seenDependencies As Dictionary(Of String, Object), _
<OutAttribute> ByRef finalPath As String _
) As Boolean
public bool WillBeDeletedHelper(
TeamFoundationRequestContext requestContext,
CatalogNode node,
Dictionary<string, Object> seenDependencies,
out string finalPath
)
public:
bool WillBeDeletedHelper(
TeamFoundationRequestContext^ requestContext,
CatalogNode^ node,
Dictionary<String^, Object^>^ seenDependencies,
[OutAttribute] String^% finalPath
)
member WillBeDeletedHelper :
requestContext:TeamFoundationRequestContext *
node:CatalogNode *
seenDependencies:Dictionary<string, Object> *
finalPath:string byref -> bool
public function WillBeDeletedHelper(
requestContext : TeamFoundationRequestContext,
node : CatalogNode,
seenDependencies : Dictionary<String, Object>,
finalPath : String
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- seenDependencies
Type: System.Collections.Generic.Dictionary<String, Object>
- finalPath
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.