ModelUtilities.SelectOffsetInEditor Method

Places the carrot into the file owned by projectNode at the offset offset.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Sub SelectOffsetInEditor ( _
    projectNode As IDatabaseFileNode, _
    offset As Integer _
)
'Usage
Dim projectNode As IDatabaseFileNode
Dim offset As Integer

ModelUtilities.SelectOffsetInEditor(projectNode, _
    offset)
public static void SelectOffsetInEditor(
    IDatabaseFileNode projectNode,
    int offset
)
public:
static void SelectOffsetInEditor(
    IDatabaseFileNode^ projectNode, 
    int offset
)
public static function SelectOffsetInEditor(
    projectNode : IDatabaseFileNode, 
    offset : int
)
static member SelectOffsetInEditor : 
        projectNode:IDatabaseFileNode * 
        offset:int -> unit 

Parameters

.NET Framework Security

See Also

Reference

ModelUtilities Class

ModelUtilities Members

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