ISite2 Interfaz

Definición

Define los métodos utilizados por VsaEngine para la resolución de nombres. Proporciona la funcionalidad adicional que un host de IActiveScript necesita.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public interface class ISite2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("BFF6C980-0705-4394-88B8-A03A4B8B4CD7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISite2
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("BFF6C980-0705-4394-88B8-A03A4B8B4CD7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISite2 = interface
Public Interface ISite2
Atributos

Métodos

GetParentChain(Object)

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

Cuando se implementa en una clase, obtiene la jerarquía de objetos primarios del objeto especificado.

Se aplica a

Consulte también