NotCountableAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Attribute Představuje objekt, který lze umístit na vlastnost určit, že $count nelze použít na vlastnost.
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotCountableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotCountableAttribute = class
inherit Attribute
Public NotInheritable Class NotCountableAttribute
Inherits Attribute
- Dědičnost
-
NotCountableAttribute
- Atributy
Konstruktory
NotCountableAttribute() |
Attribute Představuje objekt, který lze umístit na vlastnost určit, že $count nelze použít na vlastnost. |