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

  • SEARCH
  • Home
  • 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 4018368
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:58:28+00:00 2026-05-20T09:58:28+00:00

In xaml code I want to use certain buttons for instance or not based

  • 0

In xaml code I want to use certain buttons for instance or not based upon the whether there is a certain preprocessor attribute defined. So I’m trying to do a preprocessor thing in the xaml.Sorry this might not be compilable but it’s a pretty simple example.

What I want to do is in the AssemblyInfo.cs for the project that the .xaml code resides

#if A_PROJECT
[assembly: XmlnsDefinitionAttribute("A_PROJECT", "A.PROJECT.NAMESPACE")]
#endif

#if B_PROJECT
[assembly: XmlnsDefinitionAttribute("B_PROJECT", "B.PROJECT.NAMESPACE")]
#endif

IN THE XAML

I want to use AButton if A Project other wise I don’t want to use this button in view

   <Button x:Name="AButton"/>

I tried using the following but I get compile error trying to reference buttton

   <mc:AlternateContent>
      <mc:Choice Requires="a_project">
         <Button x:Name="AButton"/>
      </mc:Choice>
   </mc:AlternateContent>

IN THE XAML.CS

There is a compile error trying to reference button

  • 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-05-20T09:58:29+00:00Added an answer on May 20, 2026 at 9:58 am

    You have to surround your AButton code in *.cs files with:

    #if A_PROJECT
        //AButton code
    #endif
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since XAML gets compiled, there should be no difference in execution of code like
I am trying to use Generic Types in Windows.Resources section in XAML code. To
I have the following XAML code, which displays a picture (image inside borders) and
What we ideally need is, to know how Microsoft handles XAML generated code (Those
XAML allows you to specify an attribute value using a string that contains curly
Is there anyway in XAML only to have a linebreak in a TextBox? I
I have the same command that I want to use for two controls on
I have the following code in XAML: <data:DataGridTemplateColumn> <data:DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image x:Name=picture Width=200 Height=130
XAML: <ToolBarTray Name=tlbTray ButtonBase.Click=tlbTray_Click> <ToolBar Name=tlbFile> <Button Name=btnOpen><Image Source=images\folder.png Stretch=None /></Button> <Button Name=btnSave><Image Source=images\disk.png
When editing XAML in VS2008 SP1, the editor is really slow. devenv process seems

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.