RuleReadAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| RuleReadAttribute(String) |
Inicjuje nowe wystąpienie klasy RuleReadAttribute. |
| RuleReadAttribute(String, RuleAttributeTarget) |
Inicjuje nowe wystąpienie klasy RuleReadAttribute. |
RuleReadAttribute(String)
Inicjuje nowe wystąpienie klasy RuleReadAttribute.
public:
RuleReadAttribute(System::String ^ path);
public RuleReadAttribute(string path);
new System.Workflow.Activities.Rules.RuleReadAttribute : string -> System.Workflow.Activities.Rules.RuleReadAttribute
Public Sub New (path As String)
Parametry
- path
- String
Ścieżka logiczna elementu członkowskiego odczytana przez warunek.
Dotyczy
RuleReadAttribute(String, RuleAttributeTarget)
Inicjuje nowe wystąpienie klasy RuleReadAttribute.
public:
RuleReadAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
public RuleReadAttribute(string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadAttribute
Public Sub New (path As String, target As RuleAttributeTarget)
Parametry
- path
- String
Ścieżka logiczna elementu członkowskiego odczytana przez warunek.
- target
- RuleAttributeTarget
RuleAttributeTarget Wyliczenie; Określa, czy ścieżka jest względna, this czy do parametru metody.