Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function CreateUserProjectSecurityChecker ( _
projectFileName As String _
) As ProjectSecurityChecker
'使用
Dim projectFileName As String
Dim returnValue As ProjectSecurityChecker
returnValue = Me.CreateUserProjectSecurityChecker(projectFileName)
protected virtual ProjectSecurityChecker CreateUserProjectSecurityChecker(
string projectFileName
)
protected:
virtual ProjectSecurityChecker^ CreateUserProjectSecurityChecker(
String^ projectFileName
)
protected function CreateUserProjectSecurityChecker(
projectFileName : String
) : ProjectSecurityChecker
Parameters
- projectFileName
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Package.ProjectSecurityChecker
Permissions
- 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.