BuildActionChangeEventArgs.Node Property
Gets the node whose build action has changed.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property Node As IDatabaseNode
Get
Private Set
'Usage
Dim instance As BuildActionChangeEventArgs
Dim value As IDatabaseNode
value = instance.Node
public IDatabaseNode Node { get; private set; }
public:
property IDatabaseNode^ Node {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)
member Node : IDatabaseNode with get, private set
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseNode
.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
BuildActionChangeEventArgs Class
BuildActionChangeEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace