ISQMParticipant.WriteSQMDataPoints Method
Writes SQM data points.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub WriteSQMDataPoints ( _
projectId As Integer, _
projectLoadTime As Integer, _
actionType As Integer _
)
'Usage
Dim instance As ISQMParticipant
Dim projectId As Integer
Dim projectLoadTime As Integer
Dim actionType As Integer
instance.WriteSQMDataPoints(projectId, _
projectLoadTime, actionType)
void WriteSQMDataPoints(
int projectId,
int projectLoadTime,
int actionType
)
void WriteSQMDataPoints(
int projectId,
int projectLoadTime,
int actionType
)
function WriteSQMDataPoints(
projectId : int,
projectLoadTime : int,
actionType : int
)
abstract WriteSQMDataPoints :
projectId:int *
projectLoadTime:int *
actionType:int -> unit
Parameters
- projectId
Type: System.Int32
The project ID
- projectLoadTime
Type: System.Int32
The project load time
- actionType
Type: System.Int32
The action type
.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.Data.Schema.Project.Project.Utilities Namespace