FormManagedHostControl.typeName 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
typeName() | |
typeName(String) |
typeName()
public:
virtual System::String ^ typeName();
public virtual string typeName ();
abstract member typeName : unit -> string
override this.typeName : unit -> string
Public Overridable Function typeName () As String
Returns
Applies to
typeName(String)
public:
virtual System::String ^ typeName(System::String ^ _value);
public virtual string typeName (string _value);
abstract member typeName : string -> string
override this.typeName : string -> string
Public Overridable Function typeName (_value As String) As String
Parameters
- _value
- String