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
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
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
- objectId
Type: System.String
- objectClassId
Type: System.String
- projectUri
Type: System.String
- parentObjectId
Type: System.String
.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.