LocalItemExclusionEvaluator.IsExcluded Method (String)
Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function IsExcluded ( _
localItem As String _
) As Boolean
public bool IsExcluded(
string localItem
)
public:
bool IsExcluded(
String^ localItem
)
member IsExcluded :
localItem:string -> bool
public function IsExcluded(
localItem : String
) : boolean
Parameters
localItem
Type: System.StringThe local item to check
Return Value
Type: System.Boolean
True if the item is excluded; false otherwise
.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.