Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the currently selected policy failures
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property SelectedPolicyFailures As PolicyFailure()
PolicyFailure[] SelectedPolicyFailures { get; }
property array<PolicyFailure^>^ SelectedPolicyFailures {
array<PolicyFailure^>^ get ();
}
abstract SelectedPolicyFailures : PolicyFailure[] with get
function get SelectedPolicyFailures () : PolicyFailure[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyFailure[]
Returns PolicyFailure.
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace