C# Класс AzureIoTHubConnectedService.ProjectUtilities

VS project utilities.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FindProjectItem ( ProjectItems projectItems, string filename, bool recurse = true ) : ProjectItem

Find the first project item with the given filename.

GetDteProject ( IVsHierarchy projectHierarchy ) : Project

Описание методов

FindProjectItem() публичный статический Метод

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. ///
Результат ProjectItem

GetDteProject() публичный статический Метод

public static GetDteProject ( IVsHierarchy projectHierarchy ) : Project
projectHierarchy IVsHierarchy
Результат Project