DocumentHandle.Explicit Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Explicit(EntityHandle to DocumentHandle) | |
Explicit(Handle to DocumentHandle) |
Explicit(EntityHandle to DocumentHandle)
- Źródło:
- Handles.Debug.cs
- Źródło:
- Handles.Debug.cs
- Źródło:
- Handles.Debug.cs
public:
static explicit operator System::Reflection::Metadata::DocumentHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.DocumentHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.DocumentHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As DocumentHandle
Parametry
- handle
- EntityHandle
Zwraca
Dotyczy
Explicit(Handle to DocumentHandle)
- Źródło:
- Handles.Debug.cs
- Źródło:
- Handles.Debug.cs
- Źródło:
- Handles.Debug.cs
public:
static explicit operator System::Reflection::Metadata::DocumentHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.DocumentHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.DocumentHandle
Public Shared Narrowing Operator CType (handle As Handle) As DocumentHandle
Parametry
- handle
- Handle
Zwraca
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.