Package.IVsUserSettingsQuery.NeedExport Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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

Return Value

Type: System.Int32

Implements

IVsUserSettingsQuery.NeedExport(String, Int32%)

.NET Framework Security

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace