Share via


IVsaGlobalItem.ExposeMembers Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets a value indicating whether the members of the global object should be made available to the script engine. [Not presently supported.]

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property ExposeMembers As Boolean
bool ExposeMembers { get; set; }
property bool ExposeMembers {
    bool get ();
    void set (bool value);
}
abstract ExposeMembers : bool with get, set
function get ExposeMembers () : boolean 
function set ExposeMembers (value : boolean)

Property Value

Type: System.Boolean
Returns TRUE if public members of the global object are available to the script engine without qualification, as if they are part of the global namespace. Returns FALSE if a member of the global object must be qualified with the object's name.

See Also

Reference

IVsaGlobalItem Interface

Microsoft.Vsa Namespace