Repository.QueryCheckinNoteDefinition Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryCheckinNoteDefinition ( _
associatedServerItem As String() _
) As List(Of CheckinNoteFieldDefinition)
[WebMethodAttribute]
public List<CheckinNoteFieldDefinition> QueryCheckinNoteDefinition(
string[] associatedServerItem
)
[WebMethodAttribute]
public:
List<CheckinNoteFieldDefinition^>^ QueryCheckinNoteDefinition(
array<String^>^ associatedServerItem
)
[<WebMethodAttribute>]
member QueryCheckinNoteDefinition :
associatedServerItem:string[] -> List<CheckinNoteFieldDefinition>
public function QueryCheckinNoteDefinition(
associatedServerItem : String[]
) : List<CheckinNoteFieldDefinition>
Parameters
- associatedServerItem
Type: array<System.String[]
Return Value
Type: System.Collections.Generic.List<CheckinNoteFieldDefinition>
.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.