Share via


IAuthorizationService.RegisterObject Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Sub RegisterObject ( _
    objectId As String, _
    objectClassId As String, _
    projectUri As String, _
    parentObjectId As String _
)
void RegisterObject(
    string objectId,
    string objectClassId,
    string projectUri,
    string parentObjectId
)
void RegisterObject(
    String^ objectId, 
    String^ objectClassId, 
    String^ projectUri, 
    String^ parentObjectId
)
abstract RegisterObject : 
        objectId:string * 
        objectClassId:string * 
        projectUri:string * 
        parentObjectId:string -> unit 
function RegisterObject(
    objectId : String, 
    objectClassId : String, 
    projectUri : String, 
    parentObjectId : String
)

Parameters

.NET Framework Security

See Also

Reference

IAuthorizationService Interface

Microsoft.TeamFoundation.Server Namespace