Repository.UpdateCheckinNoteFieldName Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Sub UpdateCheckinNoteFieldName ( _
path As String, _
existingFieldName As String, _
newFieldName As String _
)
[WebMethodAttribute]
public void UpdateCheckinNoteFieldName(
string path,
string existingFieldName,
string newFieldName
)
[WebMethodAttribute]
public:
void UpdateCheckinNoteFieldName(
String^ path,
String^ existingFieldName,
String^ newFieldName
)
[<WebMethodAttribute>]
member UpdateCheckinNoteFieldName :
path:string *
existingFieldName:string *
newFieldName:string -> unit
public function UpdateCheckinNoteFieldName(
path : String,
existingFieldName : String,
newFieldName : String
)
Parameters
- path
Type: System.String
- existingFieldName
Type: System.String
- newFieldName
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.