DirectoryExitNotification Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
directory As String, _
totalItemCount As Integer, _
enumeratedItemCount As Integer _
)
public DirectoryExitNotification(
string directory,
int totalItemCount,
int enumeratedItemCount
)
public:
DirectoryExitNotification(
String^ directory,
int totalItemCount,
int enumeratedItemCount
)
new :
directory:string *
totalItemCount:int *
enumeratedItemCount:int -> DirectoryExitNotification
public function DirectoryExitNotification(
directory : String,
totalItemCount : int,
enumeratedItemCount : int
)
Parameters
- directory
Type: System.String
- totalItemCount
Type: System.Int32
- enumeratedItemCount
Type: System.Int32
.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.