in EnvDTE.Client/Impl/DTEImplementation.cs [91:109]
public wizardResult LaunchWizard(
string VSZFile,
ref object[] ContextParams
) => throw new NotImplementedException();
public UndoContext UndoContext => throw new NotImplementedException();
public Macros Macros => throw new NotImplementedException();
public object ActiveSolutionProjects => throw new NotImplementedException();
public DTE MacrosIDE => throw new NotImplementedException();
public string RegistryRoot => throw new NotImplementedException();
public DTE Application => throw new NotImplementedException();
public ContextAttributes ContextAttributes => throw new NotImplementedException();
public SourceControl SourceControl => throw new NotImplementedException();
public bool SuppressUI
{
get => throw new NotImplementedException();
set => throw new NotImplementedException();
}