FormDataSource.__name_IntImpl__ Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
__name_IntImpl__(String) | |
__name_IntImpl__() |
__name_IntImpl__(String)
public:
virtual System::String ^ __name_IntImpl__(System::String ^ _value);
public virtual string __name_IntImpl__ (string _value);
abstract member __name_IntImpl__ : string -> string
override this.__name_IntImpl__ : string -> string
Public Overridable Function __name_IntImpl__ (_value As String) As String
Parameters
- _value
- String
Returns
Applies to
__name_IntImpl__()
public:
virtual System::String ^ __name_IntImpl__();
public virtual string __name_IntImpl__ ();
abstract member __name_IntImpl__ : unit -> string
override this.__name_IntImpl__ : unit -> string
Public Overridable Function __name_IntImpl__ () As String