ProjectConfig.get_IsSpecifyingOutputSupported Method

Determines if the ability to specify output is supported.

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

Syntax

'宣言
Public Overridable Function get_IsSpecifyingOutputSupported ( _
    <OutAttribute> ByRef f As Integer _
) As Integer
'使用
Dim instance As ProjectConfig
Dim f As Integer
Dim returnValue As Integer

returnValue = instance.get_IsSpecifyingOutputSupported(f)
public virtual int get_IsSpecifyingOutputSupported(
    out int f
)
public:
virtual int get_IsSpecifyingOutputSupported(
    [OutAttribute] int% f
)
public function get_IsSpecifyingOutputSupported(
    f : int
) : int

Parameters

  • f
    Type: System.Int32%

    [out] 1 if specifying output is supported, otherwise 0. By default returns 1.

Return Value

Type: System.Int32

Returns S_OK if the method succeeds, otherwise it returns an error code.

Implements

IVsProjectCfg2.get_IsSpecifyingOutputSupported(Int32%)
IVsDebuggableProjectCfg.get_IsSpecifyingOutputSupported(Int32%)
IVsProjectCfg.get_IsSpecifyingOutputSupported(Int32%)

Remarks

If you want to change this functionality, you need to override this method.

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace

get_IsSpecifyingOutputSupported