ELEMDESC Struct
Definizione
Contiene la descrizione del tipo e le informazioni sul trasferimento del processo per una variabile, una funzione o un parametro di funzione.Contains the type description and process transfer information for a variable, function, or a function parameter.
public value class ELEMDESC
public struct ELEMDESC
type ELEMDESC = struct
Public Structure ELEMDESC
- Ereditarietà
Commenti
Per ulteriori informazioni su ELEMDESC
, vedere MSDN Library.For additional information about ELEMDESC
, see the MSDN Library.
Il Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un valore HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campi
desc |
Contiene informazioni relative a un elemento.Contains information about an element. |
tdesc |
Identifica il tipo dell'elemento.Identifies the type of the element. |