FrameworkElementActivationStrategy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class FrameworkElementActivationStrategy : Microsoft::Practices::ObjectBuilder::BuilderStrategy
public class FrameworkElementActivationStrategy : Microsoft.Practices.ObjectBuilder.BuilderStrategy
type FrameworkElementActivationStrategy = class
inherit BuilderStrategy
Public Class FrameworkElementActivationStrategy
Inherits BuilderStrategy
- Inheritance
Constructors
FrameworkElementActivationStrategy() |
Methods
BuildUp(IBuilderContext, Type, Object, String) | |
BuildUp<TItem>(IBuilderContext, TItem, String) | (Inherited from BuilderStrategy) |
ParametersToTypeList(Object[]) | (Inherited from BuilderStrategy) |
TearDown(IBuilderContext, Object) | |
TraceBuildUp(IBuilderContext, Type, String, String, Object[]) | (Inherited from BuilderStrategy) |
TraceEnabled(IBuilderContext) | (Inherited from BuilderStrategy) |
TraceTearDown(IBuilderContext, Object, String, Object[]) | (Inherited from BuilderStrategy) |