Package::IVsUserSettingsQuery::NeedExport Method (String^, Int32)

 

Determines whether settings have changed and should be re-exported.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return Value

Type: System::Int32

The HRESULT>

Return to top
Show: