ProjectNode.CheckProjectForSecurity Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Function CheckProjectForSecurity ( _
    projectSecurityChecker As ProjectSecurityChecker, _
    userProjectSecurityChecker As ProjectSecurityChecker _
) As ProjectLoadOption
'使用
Dim projectSecurityChecker As ProjectSecurityChecker
Dim userProjectSecurityChecker As ProjectSecurityChecker
Dim returnValue As ProjectLoadOption

returnValue = Me.CheckProjectForSecurity(projectSecurityChecker, _
    userProjectSecurityChecker)
protected virtual ProjectLoadOption CheckProjectForSecurity(
    ProjectSecurityChecker projectSecurityChecker,
    ProjectSecurityChecker userProjectSecurityChecker
)
protected:
virtual ProjectLoadOption CheckProjectForSecurity(
    ProjectSecurityChecker^ projectSecurityChecker, 
    ProjectSecurityChecker^ userProjectSecurityChecker
)
protected function CheckProjectForSecurity(
    projectSecurityChecker : ProjectSecurityChecker, 
    userProjectSecurityChecker : ProjectSecurityChecker
) : ProjectLoadOption

Parameters

Return Value

Type: Microsoft.VisualStudio.Package.ProjectLoadOption

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace