Freigeben über


TraceFilterAttribute Constructor (Int32, Int32)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    tracePointEnter As Integer, _
    tracePointLeave As Integer _
)
public TraceFilterAttribute(
    int tracePointEnter,
    int tracePointLeave
)
public:
TraceFilterAttribute(
    int tracePointEnter, 
    int tracePointLeave
)
new : 
        tracePointEnter:int * 
        tracePointLeave:int -> TraceFilterAttribute
public function TraceFilterAttribute(
    tracePointEnter : int, 
    tracePointLeave : int
)

Parameters

.NET Framework Security

See Also

Reference

TraceFilterAttribute Class

TraceFilterAttribute Overload

Microsoft.TeamFoundation.Framework.Server Namespace