HostServices.VBHost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.