get_IsSpecifyingOutputSupported Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
)
abstract get_IsSpecifyingOutputSupported :
f:int byref -> int
override get_IsSpecifyingOutputSupported :
f:int byref -> int
public function get_IsSpecifyingOutputSupported(
f : int
) : int
Parameters
- f
Type: System..::..Int32%
Return Value
Type: System..::..Int32
Implements
IVsProjectCfg2get_IsSpecifyingOutputSupported(Int32%)
IVsDebuggableProjectCfgget_IsSpecifyingOutputSupported(Int32%)
IVsProjectCfgget_IsSpecifyingOutputSupported(Int32%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace