Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overridable Function GetFocusIndicatorInsideMargin ( _
geometryHost As IGeometryHost _
) As Double
'使用
Dim geometryHost As IGeometryHost
Dim returnValue As Double
returnValue = Me.GetFocusIndicatorInsideMargin(geometryHost)
protected virtual double GetFocusIndicatorInsideMargin(
IGeometryHost geometryHost
)
protected:
virtual double GetFocusIndicatorInsideMargin(
IGeometryHost^ geometryHost
)
protected function GetFocusIndicatorInsideMargin(
geometryHost : IGeometryHost
) : double
Parameters
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
Return Value
Type: System.Double
Permissions
- 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.