Share via


Event Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property Event As CompilerBuildEvent
    Get
    Private Set
'Usage
Dim instance As CompilerBuildEventGeneratedEventArgs
Dim value As CompilerBuildEvent

value = instance.Event
public CompilerBuildEvent Event { get; private set; }
public:
property CompilerBuildEvent^ Event {
    CompilerBuildEvent^ get ();
    private: void set (CompilerBuildEvent^ value);
}
member Event : CompilerBuildEvent with get, private set
function get Event () : CompilerBuildEvent
private function set Event (value : CompilerBuildEvent)

Property Value

Type: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..CompilerBuildEvent

See Also

Reference

CompilerBuildEventGeneratedEventArgs Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace