Gets the project options.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetProjectOptions ( _
config As String _
) As ProjectOptions
'使用
Dim instance As ProjectNode
Dim config As String
Dim returnValue As ProjectOptions
returnValue = instance.GetProjectOptions(config)
public virtual ProjectOptions GetProjectOptions(
string config
)
public:
virtual ProjectOptions^ GetProjectOptions(
String^ config
)
public function GetProjectOptions(
config : String
) : ProjectOptions
Parameters
config
Type: System.StringName of the configuration passed to the MSBuild project file.
Return Value
Type: Microsoft.VisualStudio.Package.ProjectOptions
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.