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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.