RequiredMemberAttribute Class
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.
This attribute is added by the binding generator to members that bind required protocol members.
[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class RequiredMemberAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
type RequiredMemberAttribute = class
inherit Attribute
- Inheritance
-
RequiredMemberAttribute
- Attributes
Constructors
| RequiredMemberAttribute() |