Determines whether settings have changed and should be re-exported.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function NeedExport ( _
    pageID As String, _
    <OutAttribute> ByRef needExport As Integer _
) As Integer Implements IVsUserSettingsQuery.NeedExport
int IVsUserSettingsQuery.NeedExport(
    string pageID,
    out int needExport
)
private:
virtual int NeedExport(
    String^ pageID, 
    [OutAttribute] int% needExport
) sealed = IVsUserSettingsQuery::NeedExport
private abstract NeedExport : 
        pageID:string * 
        needExport:int byref -> int  
private override NeedExport : 
        pageID:string * 
        needExport:int byref -> int
JScript does not support explicit interface implementations.
Parameters
- pageID 
 Type: String- The settings page ID. 
- needExport 
 Type: Int32%- [out] 1 if true, 0 if false. 
Return Value
Type: Int32
The HRESULT>
Implements
IVsUserSettingsQuery.NeedExport(String, Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.