Share via


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

.NET Framework Security

See Also

Reference

ISQMParticipant Interface

ISQMParticipant Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace