TypeInfo.GetInterface Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| GetInterface(String) | |
| GetInterface(String, Boolean) |
GetInterface(String, Boolean)
public:
virtual Type ^ GetInterface(System::String ^ name, bool ignoreCase);
public virtual Type GetInterface(string name, bool ignoreCase);
abstract member GetInterface : string * bool -> Type
override this.GetInterface : string * bool -> Type
Public Overridable Function GetInterface (name As String, ignoreCase As Boolean) As Type
Parâmetros
- name
- String
- ignoreCase
- Boolean