Package.IVsUserSettingsQuery.NeedExport(String, Int32) Method      
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.
Determines whether settings have changed and should be re-exported.
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUserSettingsQuery.NeedExport(System::String ^ pageID, [Runtime::InteropServices::Out] int % needExport) = Microsoft::VisualStudio::Shell::Interop::IVsUserSettingsQuery::NeedExport;
	int IVsUserSettingsQuery.NeedExport(string pageID, out int needExport);
	abstract member Microsoft.VisualStudio.Shell.Interop.IVsUserSettingsQuery.NeedExport : string * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUserSettingsQuery.NeedExport : string * int -> int
	Function NeedExport (pageID As String, ByRef needExport As Integer) As Integer Implements IVsUserSettingsQuery.NeedExport
	Parameters
- pageID
 - String
 
The settings page ID.
- needExport
 - Int32
 
[out] 1 if true, 0 if false.
Returns
The HRESULT>