ApiConventionNameMatchAttribute Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Api kural yönteminin veya parametresinin eşleşen davranışını ada göre belirler. ApiConventionNameMatchBehavior seçeneğine tıklayın. .
public ref class ApiConventionNameMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionNameMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionNameMatchAttribute = class
inherit Attribute
Public NotInheritable Class ApiConventionNameMatchAttribute
Inherits Attribute
- Devralma
-
ApiConventionNameMatchAttribute
- Öznitelikler
Açıklamalar
Exact bir kural yönteminde veya parametresinde bu öznitelik için değer belirtilmezse kullanılır.
Oluşturucular
ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior) |
yeni bir örneğini ApiConventionNameMatchAttributebaşlatır. |
Özellikler
MatchBehavior |
ApiConventionNameMatchBehavior öğesini alır. |