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
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseFileNode
The database file node
- offset
Type: System.Int32
The offset
.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