IIntellisenseBuilder::Show Method (String^, String^, String^%)
.NET Framework (current version)
Shows the builder.
Assembly: System (in System.dll)
Parameters
- language
-
Type:
System::String^
The language service that is calling the builder.
- value
-
Type:
System::String^
The expression being edited.
- newValue
-
Type:
System::String^%
The new value.
Return Value
Type: System::Booleantrue if the value should be replaced with newValue; otherwise, false (if the user cancels, for example).
.NET Framework
Available since 2.0
Available since 2.0
Show: