ActivationPredicateAttribute 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:
ActivationPredicateAttribute(int idx, cli::array <bool> ^ isAnds, cli::array <Type ^> ^ properties, cli::array <Microsoft::XLANGs::BaseTypes::EXLangPredicateOperator> ^ ops, cli::array <System::Object ^> ^ literals);
public ActivationPredicateAttribute (int idx, bool[] isAnds, Type[] properties, Microsoft.XLANGs.BaseTypes.EXLangPredicateOperator[] ops, object[] literals);
new Microsoft.XLANGs.BaseTypes.ActivationPredicateAttribute : int * bool[] * Type[] * Microsoft.XLANGs.BaseTypes.EXLangPredicateOperator[] * obj[] -> Microsoft.XLANGs.BaseTypes.ActivationPredicateAttribute
Public Sub New (idx As Integer, isAnds As Boolean(), properties As Type(), ops As EXLangPredicateOperator(), literals As Object())
Parameters
- idx
- Int32
- isAnds
- Boolean[]
- properties
- Type[]
- ops
- EXLangPredicateOperator[]
- literals
- Object[]