CatalogNode.CreateChild Method (TeamFoundationRequestContext, Guid, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Public Function CreateChild ( _
requestContext As TeamFoundationRequestContext, _
resourceTypeIdentifier As Guid, _
displayName As String _
) As CatalogNode
public CatalogNode CreateChild(
TeamFoundationRequestContext requestContext,
Guid resourceTypeIdentifier,
string displayName
)
public:
CatalogNode^ CreateChild(
TeamFoundationRequestContext^ requestContext,
Guid resourceTypeIdentifier,
String^ displayName
)
member CreateChild :
requestContext:TeamFoundationRequestContext *
resourceTypeIdentifier:Guid *
displayName:string -> CatalogNode
public function CreateChild(
requestContext : TeamFoundationRequestContext,
resourceTypeIdentifier : Guid,
displayName : String
) : CatalogNode
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- resourceTypeIdentifier
Type: System.Guid
- displayName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.CatalogNode
.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.