CustomAttributeHandle.Implicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| Implicit(CustomAttributeHandle to EntityHandle) | |
| Implicit(CustomAttributeHandle to Handle) |
Implicit(CustomAttributeHandle to EntityHandle)
public:
static operator System::Reflection::Metadata::EntityHandle(System::Reflection::Metadata::CustomAttributeHandle handle);
public static implicit operator System.Reflection.Metadata.EntityHandle(System.Reflection.Metadata.CustomAttributeHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomAttributeHandle -> System.Reflection.Metadata.EntityHandle
Public Shared Widening Operator CType (handle As CustomAttributeHandle) As EntityHandle
Parameters
- handle
- CustomAttributeHandle
Retouren
Van toepassing op
Implicit(CustomAttributeHandle to Handle)
public:
static operator System::Reflection::Metadata::Handle(System::Reflection::Metadata::CustomAttributeHandle handle);
public static implicit operator System.Reflection.Metadata.Handle(System.Reflection.Metadata.CustomAttributeHandle handle);
static member op_Implicit : System.Reflection.Metadata.CustomAttributeHandle -> System.Reflection.Metadata.Handle
Public Shared Widening Operator CType (handle As CustomAttributeHandle) As Handle
Parameters
- handle
- CustomAttributeHandle