ITreeComboBoxHatterasStateSource.IsDeleted Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Function IsDeleted ( _
serverPath As String _
) As Boolean
bool IsDeleted(
string serverPath
)
bool IsDeleted(
String^ serverPath
)
abstract IsDeleted :
serverPath:string -> bool
function IsDeleted(
serverPath : String
) : boolean
Parameters
- serverPath
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.