UINodesCreatedEventArgs(IEnumerable<CreatedUINode>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the UINodesCreatedEventArgs class.
public:
UINodesCreatedEventArgs(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::CreatedUINode ^> ^ createdUINodes);
public UINodesCreatedEventArgs (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.CreatedUINode> createdUINodes);
new Microsoft.VisualStudio.Workspace.UINodesCreatedEventArgs : seq<Microsoft.VisualStudio.Workspace.CreatedUINode> -> Microsoft.VisualStudio.Workspace.UINodesCreatedEventArgs
Public Sub New (createdUINodes As IEnumerable(Of CreatedUINode))
Parameters
- createdUINodes
- IEnumerable<CreatedUINode>
All CreatedUINodes