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