Sdílet prostřednictvím


RuleAttributeTarget Výčet

Definice

Určuje, zda je cesta v RuleReadAttribute nebo RuleWriteAttribute určena pro parametr metody nebo this .

public enum class RuleAttributeTarget
public enum RuleAttributeTarget
type RuleAttributeTarget = 
Public Enum RuleAttributeTarget
Dědičnost
RuleAttributeTarget

Pole

Parameter 0

Určuje cestu, která je absolutní cestou začínající názvem parametru, který může být následován cestou k vnitřnímu členu.

This 1

Určuje, že cesta je relativní nebo absolutní cesta od tokenu this .

Poznámky

Použijte s RuleReadAttribute RuleWriteAttribute třídami a.

Platí pro