Gets whether or not the configuration is release.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_IsReleaseOnly ( _
<OutAttribute> ByRef fRelease As Integer _
) As Integer
'使用
Dim instance As ProjectConfig
Dim fRelease As Integer
Dim returnValue As Integer
returnValue = instance.get_IsReleaseOnly(fRelease)
public virtual int get_IsReleaseOnly(
out int fRelease
)
public:
virtual int get_IsReleaseOnly(
[OutAttribute] int% fRelease
)
public function get_IsReleaseOnly(
fRelease : int
) : int
Parameters
fRelease
Type: System.Int32%[out] 1 if this is a release configuration, otherwise 0. By default returns 1 if the name of the configuration is "Release".
Return Value
Type: System.Int32
Returns S_OK.
Implements
IVsProjectCfg2.get_IsReleaseOnly(Int32%)
IVsDebuggableProjectCfg.get_IsReleaseOnly(Int32%)
IVsProjectCfg.get_IsReleaseOnly(Int32%)
IVsCfg.get_IsReleaseOnly(Int32%)
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.