BuilderPolicyKey(Type, Type, String) Constructor
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:
BuilderPolicyKey(Type ^ policyType, Type ^ typePolicyAppliesTo, System::String ^ idPolicyAppliesTo);
public BuilderPolicyKey (Type policyType, Type typePolicyAppliesTo, string idPolicyAppliesTo);
new Microsoft.Practices.ObjectBuilder.BuilderPolicyKey : Type * Type * string -> Microsoft.Practices.ObjectBuilder.BuilderPolicyKey
Public Sub New (policyType As Type, typePolicyAppliesTo As Type, idPolicyAppliesTo As String)
Parameters
- policyType
- Type
- typePolicyAppliesTo
- Type
- idPolicyAppliesTo
- String