C# 클래스 AzureIoTHubConnectedService.ProjectUtilities

VS project utilities.
파일 보기 프로젝트 열기: Azure/azure-iot-hub-vs-cs 1 사용 예제들

공개 메소드들

메소드 설명
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