Package.IVsUserSettingsQuery.NeedExport Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Private Function NeedExport ( _
pageID As String, _
<OutAttribute> ByRef needExport As Integer _
) As Integer Implements IVsUserSettingsQuery.NeedExport
int IVsUserSettingsQuery.NeedExport(
string pageID,
out int needExport
)
Parameters
- pageID
Type: System.String
- needExport
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsUserSettingsQuery.NeedExport(String, Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.