ProvideViewAdapterAttribute Oluşturucular
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.
Aşırı Yüklemeler
| ProvideViewAdapterAttribute(Type) |
ProvideViewAdapterAttributeBelirtilen temel tür için yeni bir örneğini başlatır. |
| ProvideViewAdapterAttribute(Type, AttributeScope, Object) |
Belirtilen temel tür ve kapsam için yeni bir başlatır. |
ProvideViewAdapterAttribute(Type)
ProvideViewAdapterAttributeBelirtilen temel tür için yeni bir örneğini başlatır.
public:
ProvideViewAdapterAttribute(Type ^ baseType);
public:
ProvideViewAdapterAttribute(Platform::Type ^ baseType);
public ProvideViewAdapterAttribute (Type baseType);
new Microsoft.VisualStudio.Shell.Design.ProvideViewAdapterAttribute : Type -> Microsoft.VisualStudio.Shell.Design.ProvideViewAdapterAttribute
Public Sub New (baseType As Type)
Parametreler
- baseType
- Type
Bu görünüm bağdaştırıcısının işlemesi gereken tür.
Şunlara uygulanır
ProvideViewAdapterAttribute(Type, AttributeScope, Object)
Belirtilen temel tür ve kapsam için yeni bir başlatır.
public:
ProvideViewAdapterAttribute(Type ^ baseType, Microsoft::VisualStudio::Shell::Design::AttributeScope scope, System::Object ^ scopeData);
public:
ProvideViewAdapterAttribute(Platform::Type ^ baseType, Microsoft::VisualStudio::Shell::Design::AttributeScope scope, Platform::Object ^ scopeData);
public ProvideViewAdapterAttribute (Type baseType, Microsoft.VisualStudio.Shell.Design.AttributeScope scope, object scopeData);
new Microsoft.VisualStudio.Shell.Design.ProvideViewAdapterAttribute : Type * Microsoft.VisualStudio.Shell.Design.AttributeScope * obj -> Microsoft.VisualStudio.Shell.Design.ProvideViewAdapterAttribute
Public Sub New (baseType As Type, scope As AttributeScope, scopeData As Object)
Parametreler
- baseType
- Type
Bu görünüm bağdaştırıcısının işlemesi gereken tür.
- scope
- AttributeScope
AttributeScopeNumaralandırmadaki bir değer.
- scopeData
- Object
Özniteliğin kapsamıyla ilişkili veriler.