Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the CheckinNoteFieldDefinition supported for CheckinNote data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetCheckinPoliciesForServerPaths ( _
serverItems As String() _
) As PolicyEnvelope()
public PolicyEnvelope[] GetCheckinPoliciesForServerPaths(
string[] serverItems
)
public:
array<PolicyEnvelope^>^ GetCheckinPoliciesForServerPaths(
array<String^>^ serverItems
)
member GetCheckinPoliciesForServerPaths :
serverItems:string[] -> PolicyEnvelope[]
public function GetCheckinPoliciesForServerPaths(
serverItems : String[]
) : PolicyEnvelope[]
Parameters
serverItems
Type: array<System.String[]Server items to look up.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyEnvelope[]
CheckinNoteFieldDefinition array that unions the fields of the server items.
.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.