Exemplo n.º 1
0
        public static void UnregisterProvider(Type contentType)
        {
            var progId = ComExtensions.GetProgId(
                hostType: typeof(PrismTaskPanesHost),
                contentType: contentType);

            ComExtensions.Unregister(
                progId: progId);
        }