FindData.TextStructureNavigator Property
Gets or sets the ITextStructureNavigator to use in determining word boundaries.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
Public Property TextStructureNavigator As ITextStructureNavigator
Get
Set
public ITextStructureNavigator TextStructureNavigator { get; set; }
public:
property ITextStructureNavigator^ TextStructureNavigator {
ITextStructureNavigator^ get ();
void set (ITextStructureNavigator^ value);
}
member TextStructureNavigator : ITextStructureNavigator with get, set
function get TextStructureNavigator () : ITextStructureNavigator
function set TextStructureNavigator (value : ITextStructureNavigator)
Property Value
Type: Microsoft.VisualStudio.Text.Operations.ITextStructureNavigator
The ITextStructureNavigator to use in determining word boundaries.
.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.