Package::IVsUserSettingsQuery::NeedExport Method (String^, Int32)
Visual Studio 2015
Determines whether settings have changed and should be re-exported.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int NeedExport( String^ pageID, [OutAttribute] int% needExport ) sealed = IVsUserSettingsQuery::NeedExport
Parameters
- pageID
-
Type:
System::String^
The settings page ID.
- needExport
-
Type:
System::Int32
[out] 1 if true, 0 if false.
Show: