Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / System / Windows / Markup / MarkupExtensionReturnTypeAttribute.cs / 1 / MarkupExtensionReturnTypeAttribute.cs
//------------------------------------------------------------------------
//
// Microsoft Windows Client Platform
// Copyright (C) Microsoft Corporation, 2006
//
// File: MarkupExtensionReturnTypeAttribute.cs
//
// Description: Describes what type a markup extension can return.
//
// Created: 11/17/2005 [....]
//
//---------------------------------------------------------------------------
using System;
namespace System.Windows.Markup
{
///
///
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class MarkupExtensionReturnTypeAttribute : Attribute
{
///
///
public MarkupExtensionReturnTypeAttribute(Type returnType)
{
_returnType = returnType;
}
///
///
public MarkupExtensionReturnTypeAttribute()
{
}
///
///
public Type ReturnType {
get { return _returnType; }
}
private Type _returnType;
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SystemEvents.cs
- RelationshipEnd.cs
- SqlFactory.cs
- COM2EnumConverter.cs
- UnauthorizedWebPart.cs
- ModelUIElement3D.cs
- RowSpanVector.cs
- Emitter.cs
- HtmlLink.cs
- configsystem.cs
- SerializationFieldInfo.cs
- XmlLinkedNode.cs
- SourceChangedEventArgs.cs
- GridLengthConverter.cs
- CryptoStream.cs
- WindowsListBox.cs
- DescendantQuery.cs
- LoginStatusDesigner.cs
- CodeGenerator.cs
- CompositeFontParser.cs
- EntityCommandDefinition.cs
- PackagePart.cs
- unsafeIndexingFilterStream.cs
- RegexStringValidatorAttribute.cs
- SqlTriggerAttribute.cs
- DrawListViewColumnHeaderEventArgs.cs
- ThreadAttributes.cs
- Effect.cs
- EnumValAlphaComparer.cs
- XmlSchemaIdentityConstraint.cs
- RangeValueProviderWrapper.cs
- FamilyCollection.cs
- BitmapDownload.cs
- PieceDirectory.cs
- HeaderUtility.cs
- BinaryOperationBinder.cs
- SslStreamSecurityUpgradeProvider.cs
- TraceHandler.cs
- Int16AnimationBase.cs
- ContainerVisual.cs
- WebWorkflowRole.cs
- WebBrowser.cs
- SmtpAuthenticationManager.cs
- CompletedAsyncResult.cs
- SimpleType.cs
- RegexMatch.cs
- Utils.cs
- AutomationPeer.cs
- ObjectMaterializedEventArgs.cs
- XmlHierarchyData.cs
- StylusPointProperties.cs
- MergablePropertyAttribute.cs
- InstanceLockLostException.cs
- CodeArrayIndexerExpression.cs
- DataControlButton.cs
- UmAlQuraCalendar.cs
- FormViewCommandEventArgs.cs
- ErrorsHelper.cs
- DbParameterHelper.cs
- DecimalConverter.cs
- UIServiceHelper.cs
- ProviderBase.cs
- ListControl.cs
- ResetableIterator.cs
- BamlStream.cs
- _NTAuthentication.cs
- TextBlock.cs
- InvalidComObjectException.cs
- DbConnectionPoolOptions.cs
- GridToolTip.cs
- OptimalBreakSession.cs
- ExcludePathInfo.cs
- StrongName.cs
- DelegateBodyWriter.cs
- HttpPostServerProtocol.cs
- DoubleLink.cs
- ListControl.cs
- HtmlInputRadioButton.cs
- NonBatchDirectoryCompiler.cs
- HostVisual.cs
- IItemProperties.cs
- Label.cs
- Update.cs
- RewritingSimplifier.cs
- SevenBitStream.cs
- __TransparentProxy.cs
- StatusBarAutomationPeer.cs
- HtmlTextBoxAdapter.cs
- LineServices.cs
- PixelShader.cs
- ConfigurationStrings.cs
- ToolStripSeparatorRenderEventArgs.cs
- HtmlTextArea.cs
- FixUp.cs
- ResourceManager.cs
- ToolboxItemImageConverter.cs
- StylusSystemGestureEventArgs.cs
- ApplicationActivator.cs
- StaticExtension.cs
- XmlnsCache.cs