Method | Description | |
---|---|---|
CollectEditableSelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
Collects the editable selection points in a root box
|
|
CollectPictureAndEditSelectionPoints ( IVwRootBox rootBox ) : IList |
|
|
CollectPictureSelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
Collects the editable selection points in a root box
|
|
CollectSelectionPoints ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func |
Collects the selection points.
|
|
CollectStringPropertySelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
Collects the string-property selection points.
|
|
MakeLocationInfo ( IVwRootBox rootb, IVwSelection selection ) : |
Creates LocationInfo for the given selection
|
|
MakeSelectionInObject ( IVwRootBox rootb, |
Makes the selection in object.
|
|
MakeTextSelection ( IVwRootBox rootb, |
Makes a text selection out of the given locationInfo.
|
Method | Description | |
---|---|---|
CollectPointsOfInterest ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func |
public static CollectEditableSelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
||
rootBox | IVwRootBox | |
return | IEnumerable |
public static CollectPictureAndEditSelectionPoints ( IVwRootBox rootBox ) : IList |
||
rootBox | IVwRootBox | |
return | IList |
public static CollectPictureSelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
||
rootBox | IVwRootBox | |
return | IEnumerable |
public static CollectSelectionPoints ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func |
||
rootBox | IVwRootBox | The root box. |
collectorFactory | PointsOfInterestCollectorEnv>.Func | The collector factory. |
selectionFactory | IVwSelection>.Func | The selection factory. |
return | IEnumerable |
public static CollectStringPropertySelectionPoints ( IVwRootBox rootBox ) : IEnumerable |
||
rootBox | IVwRootBox | The root box. |
return | IEnumerable |
public static MakeLocationInfo ( IVwRootBox rootb, IVwSelection selection ) : |
||
rootb | IVwRootBox | The rootb. |
selection | IVwSelection | The selection. |
return |
public static MakeSelectionInObject ( IVwRootBox rootb, |
||
rootb | IVwRootBox | The rootb. |
li | The li. | |
fInstall | bool | if set to |
return | IVwSelection |
public static MakeTextSelection ( IVwRootBox rootb, |
||
rootb | IVwRootBox | The rootb. |
li | The selection path info | |
fInstall | bool | if true, install the selection |
return | IVwSelection |