ProjectConfig.get_IsSpecifyingOutputSupported Method

Gets whether the ability to specify output is supported.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function get_IsSpecifyingOutputSupported ( _
    <OutAttribute> ByRef f As Integer _
) As Integer
'Usage
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
abstract get_IsSpecifyingOutputSupported : 
        f:int -> int 
override get_IsSpecifyingOutputSupported : 
        f:int -> int 

Parameters

  • f
    Type: System.Int32%
    Out. Value is 1 if specifying output is supported; otherwise, 0. By default, returns 1.

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace