PendingChangesExt.SelectedPolicyFailures Property
Get the currently selected policy failures.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedPolicyFailures As PolicyFailure()
public PolicyFailure[] SelectedPolicyFailures { get; }
public:
virtual property array<PolicyFailure^>^ SelectedPolicyFailures {
array<PolicyFailure^>^ get () sealed;
}
abstract SelectedPolicyFailures : PolicyFailure[] with get
override SelectedPolicyFailures : PolicyFailure[] with get
final function get SelectedPolicyFailures () : PolicyFailure[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyFailure[]
Returns PolicyFailure.
Implements
IPendingChangesExt.SelectedPolicyFailures
.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.VisualStudio.TeamFoundation.VersionControl Namespace