DatabaseProjectConfig.RefreshBuildOutputGroup Method
Refreshes the output group, and raises an event to let other projects know that the output group has been changed.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub RefreshBuildOutputGroup ( _
eventPropagation As EventPropagation _
)
'Usage
Dim instance As DatabaseProjectConfig
Dim eventPropagation As EventPropagation
instance.RefreshBuildOutputGroup(eventPropagation)
public void RefreshBuildOutputGroup(
EventPropagation eventPropagation
)
public:
virtual void RefreshBuildOutputGroup(
EventPropagation eventPropagation
) sealed
public final function RefreshBuildOutputGroup(
eventPropagation : EventPropagation
)
abstract RefreshBuildOutputGroup :
eventPropagation:EventPropagation -> unit
override RefreshBuildOutputGroup :
eventPropagation:EventPropagation -> unit
Parameters
- eventPropagation
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.EventPropagation
Value that specifies whether to raise or block events
Implements
IDatabaseProjectConfiguration.RefreshBuildOutputGroup(EventPropagation)
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace