Searched refs:_fetch_property (Results 1 – 1 of 1) sorted by relevance
242 def _fetch_property(self, props, name): member in VisualStudio257 …startup_proj_name = str(self._fetch_property(self._interface.Solution.Properties, 'StartupProject'…258 project = self._fetch_property(self._interface.Solution, startup_proj_name)259 ActiveConfiguration = self._fetch_property(project.Properties, 'ActiveConfiguration').Object