C# Class AzureIoTHubConnectedService.ProjectUtilities

VS project utilities.
Mostra file Open project: Azure/azure-iot-hub-vs-cs Class Usage Examples

Public Methods

Method Description
FindProjectItem ( ProjectItems projectItems, string filename, bool recurse = true ) : ProjectItem

Find the first project item with the given filename.

GetDteProject ( IVsHierarchy projectHierarchy ) : Project

Method Details

FindProjectItem() public static method

Find the first project item with the given filename.
public static FindProjectItem ( ProjectItems projectItems, string filename, bool recurse = true ) : ProjectItem
projectItems ProjectItems /// The list of project items to inspect recursively. ///
filename string /// The name of the project item to find. ///
recurse bool /// Whether to recurse into project items. Optional, true by default. ///
return ProjectItem

GetDteProject() public static method

public static GetDteProject ( IVsHierarchy projectHierarchy ) : Project
projectHierarchy IVsHierarchy
return Project