HostServices Class

Definition

Returns a reference to and information about the current Visual Basic host window.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class HostServices sealed
public sealed class HostServices
type HostServices = class
Public NotInheritable Class HostServices
Inheritance
HostServices

Remarks

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Constructors

HostServices()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the HostServices class.

Properties

VBHost

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the current Visual Basic host object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to