Package.IVsUserSettingsQuery.NeedExport(String, Int32) Method

Definition

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>

Implements

Applies to