RuleReadWriteAttribute(String, RuleAttributeTarget) Construtor

Definição

Quando implementado em uma classe derivada, inicializa uma nova instância da classe RuleReadWriteAttribute.When implemented in a derived class, initializes a new instance of the RuleReadWriteAttribute class.

protected:
 RuleReadWriteAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
protected RuleReadWriteAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadWriteAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadWriteAttribute
Protected Sub New (path As String, target As RuleAttributeTarget)

Parâmetros

path
String

O caminho para o destino do atributo.The path to target of the attribute.

target
RuleAttributeTarget

O valor de enumeração RuleAttributeTarget que determina como usar o caminho para localizar o destino.RuleAttributeTarget enumeration value that determines how to use path to find target.

Aplica-se a