HostServices.VBHost Property

Definition

Gets the current Visual Basic host object.

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

public:
 static property Microsoft::VisualBasic::CompilerServices::IVbHost ^ VBHost { Microsoft::VisualBasic::CompilerServices::IVbHost ^ get(); void set(Microsoft::VisualBasic::CompilerServices::IVbHost ^ value); };
public static Microsoft.VisualBasic.CompilerServices.IVbHost VBHost { get; set; }
static member VBHost : Microsoft.VisualBasic.CompilerServices.IVbHost with get, set
Public Shared Property VBHost As IVbHost

Property Value

A VBHost object that returns a reference to and information about the current Visual Basic host window.

Remarks

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

Applies to