UnitTestingDesignService.IExtensionInformation.SetExtensionHandle – metoda
Obor názvů: Microsoft.Data.Schema.UnitTesting
Sestavení: Microsoft.Data.Schema.UnitTesting (v Microsoft.Data.Schema.UnitTesting.dll)
Syntaxe
'Deklarace
Private Sub SetExtensionHandle ( _
handle As ExtensionHandle _
) Implements IExtensionInformation.SetExtensionHandle
void IExtensionInformation.SetExtensionHandle(
ExtensionHandle handle
)
private:
virtual void SetExtensionHandle(
ExtensionHandle^ handle
) sealed = IExtensionInformation::SetExtensionHandle
private abstract SetExtensionHandle :
handle:ExtensionHandle -> unit
private override SetExtensionHandle :
handle:ExtensionHandle -> unit
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Parametry
Implementuje
IExtensionInformation.SetExtensionHandle(ExtensionHandle)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.