Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the column offset from the name of a function breakpoint.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property FunctionColumnOffset As Integer
Get
int FunctionColumnOffset { get; }
property int FunctionColumnOffset {
int get ();
}
abstract FunctionColumnOffset : int
function get FunctionColumnOffset () : int
Property Value
Type: System.Int32
An integer that contains the column offset from the name of a function breakpoint.
Implements
Breakpoint2.FunctionColumnOffset
Remarks
See FunctionColumnOffset.
.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.