Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8629245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:45:20+00:00 2026-06-12T08:45:20+00:00

I am investigating Windows 8 Store app development, and am having trouble locating the

  • 0

I am investigating Windows 8 Store app development, and am having trouble locating the following members

Type.IsClass

System.ComponentModel.DesignerProperties.IsInDesignTool

Visual studio claims they don’t exist, but MSDN suggests they should.

I am obviously missing something silly: Can anyone point me in the right direction please?

Regards

John.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:45:21+00:00Added an answer on June 12, 2026 at 8:45 am

    The IsClass property has moved to the TypeInfo class. Basically you need to replace;

    bool result = type.IsClass;
    

    with;

    bool result = type.GetTypeInfo().IsClass;
    

    GetTypeInfo() is an extension method from the System.Reflection namespace, no not obviously visible on System.Type unless you’re already using System.Reflection.

    The IsInDesignTool property has moved to another place too and changed name;

    bool result = Windows.ApplicationModel.DesignMode.DesignModeEnabled;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am investigating a production system where there are several Windows services communicating with
I'm investigating smart pointers with shared functionality for Windows CE and Mobile, where the
For the first time ever, I'm investigating RichTextBox controls in C# Windows forms. I
I’m investigating Windows Workflow (WF) for .NET 4.0, and there seems to be a
I'm currently investigating a windows crash dump and the Visual Studio debugger shows me
I'm currently investigating a bug that causes a windows to freeze up. After the
I am currently investigating whether to build a windows application using unmanaged C/C++ or
I'm a C#/Windows Forms programmer with more than 5 years experience. I've been investigating
I'm investigating some issues our group is having with our installations. I haven't been
I'm having a peculiar problem in a WPF-app I've written. It has a single

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.